We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39c44c commit 2720509Copy full SHA for 2720509
src/python_testing/TC_OCC_2_1.py
@@ -226,6 +226,7 @@ async def test_TC_OCC_2_1(self):
226
logging.info("PhysicalContactUnoccupiedToOccupiedDelay conformance failed. Test step skipped")
227
else:
228
logging.info("PhysicalContactUnoccupiedToOccupiedDelay not supported. Test step skipped")
229
+ self.mark_current_step_skipped()
230
231
self.step(15)
232
if attributes.PhysicalContactUnoccupiedToOccupiedThreshold.attribute_id in attribute_list:
0 commit comments