How to execute sequence from test?

In reply to UVM_LOVE:

Running a sequence with the “default_sequence” method is a poor practice and not recommended. It is better to start all of the required sequences at the test level.

Also, you have no objections. Your run_phase will immediately end, and you won’t see the “default_sequence” run.