Skip to content

Commit

Permalink
TC-SWTCH-2.6: Fix test for non MSL devices
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Sep 27, 2024
1 parent f509f67 commit 7b5983e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python_testing/TC_SWTCH.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7b5983e

Please sign in to comment.