Skip to content

Commit f53f0dc

Browse files
johnymil-chipflowrobtaylor
authored andcommitted
removing clk divider test
1 parent 5717445 commit f53f0dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyuvm_verif/testbench_spi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,9 @@ def build_phase(self):
355355
uvm_factory().set_type_override_by_type(TestSeq, TestRdSeq)
356356
super().build_phase()
357357

358-
@pyuvm.test()
358+
"""@pyuvm.test()
359359
class ClkdividerTest(BasicTest):
360360
361361
def build_phase(self):
362362
uvm_factory().set_type_override_by_type(TestSeq, TestClkdivSeq)
363-
super().build_phase()
363+
super().build_phase()"""

0 commit comments

Comments
 (0)