From b194b3395b082824ce55718a852123ca5d03ab08 Mon Sep 17 00:00:00 2001 From: Jae Son <12516308+jaehs6sam@users.noreply.github.com> Date: Wed, 31 Jul 2024 07:33:52 -0500 Subject: [PATCH] Update src/python_testing/TC_OCC_2_1.py Co-authored-by: C Freeman --- src/python_testing/TC_OCC_2_1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python_testing/TC_OCC_2_1.py b/src/python_testing/TC_OCC_2_1.py index d2db0df062d114..1c6d769f7cb8e3 100644 --- a/src/python_testing/TC_OCC_2_1.py +++ b/src/python_testing/TC_OCC_2_1.py @@ -239,6 +239,7 @@ async def test_TC_OCC_2_1(self): logging.info("PhysicalContactUnoccupiedToOccupiedThreshold conformance failed. Test step skipped") else: logging.info("PhysicalContactUnoccupiedToOccupiedThreshold not supported. Test step skipped") + self.mark_current_step_skipped() if __name__ == "__main__": default_matter_test_main()