Skip to content

Commit cd61032

Browse files
committed
add missing skip marker
1 parent 3d7d5fe commit cd61032

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/python_testing/TC_LVL_2_3.py

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ async def test_TC_LVL_2_3(self):
127127
if count == 1:
128128
entry = sub_handler.attribute_reports[lvl.Attributes.CurrentLevel][-1]
129129
asserts.assert_equal(entry.value, max_level, "Entry is not equal to max level")
130+
else:
131+
self.mark_current_step_skipped()
130132

131133
if count > 1:
132134
self.step(11)

0 commit comments

Comments
 (0)