How to disable sequencer using uvm_config_db?

In reply to rakesh2learn:

The OVM method of using ‘count’ to control a sequencer was deprecated by UVM and can not be used. The correct method is to not call start on your sequence.

The run_phase() is usually unique for each test and will start only the sequences required for that test.