Skip to content

Commit

Permalink
Change TC_CCTRL_2_3.py to no longer use per_endpoint_test (project-ch…
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson authored Sep 10, 2024
1 parent bd6ae09 commit 2b7965d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python_testing/TC_CCTRL_2_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from chip import ChipDeviceCtrl
from chip.interaction_model import InteractionModelError, Status
from matter_testing_support import (MatterBaseTest, TestStep, async_test_body, default_matter_test_main, has_cluster,
per_endpoint_test)
run_if_endpoint_matches)
from mobly import asserts


Expand Down Expand Up @@ -109,7 +109,7 @@ def steps_TC_CCTRL_2_3(self) -> list[TestStep]:
def default_timeout(self) -> int:
return 3*60

@per_endpoint_test(has_cluster(Clusters.CommissionerControl))
@run_if_endpoint_matches(has_cluster(Clusters.CommissionerControl))
async def test_TC_CCTRL_2_3(self):
self.is_ci = self.check_pics('PICS_SDK_CI_ONLY')

Expand Down

0 comments on commit 2b7965d

Please sign in to comment.