From 7b5983ee8ea1649031714ad9289a8673426cd2df Mon Sep 17 00:00:00 2001 From: Cecille Freeman Date: Fri, 27 Sep 2024 10:19:48 -0700 Subject: [PATCH] TC-SWTCH-2.6: Fix test for non MSL devices --- src/python_testing/TC_SWTCH.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python_testing/TC_SWTCH.py b/src/python_testing/TC_SWTCH.py index 3d369be456962d..4609043a3ef477 100644 --- a/src/python_testing/TC_SWTCH.py +++ b/src/python_testing/TC_SWTCH.py @@ -892,6 +892,7 @@ def test_multi_press_sequence(starting_step: str, count: int, short_long: bool = self.step("7a") if not has_msl_feature: self.skip_all_remaining_steps("7b") + return # subscription is already established self.step("7b")