From ee74fd488a2cb72da60445ad33801835c5475c2c Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Tue, 7 Feb 2023 11:08:56 -0500 Subject: [PATCH] Enable more tests: #24793 added commissionernodeid support (#24887) * Enable more tests: #24793 added commissionernodeid support * Undo change for requirements for esp32 builds --- scripts/tests/chiptest/__init__.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/tests/chiptest/__init__.py b/scripts/tests/chiptest/__init__.py index eefdee8012e6d0..9bd4085c317ed1 100644 --- a/scripts/tests/chiptest/__init__.py +++ b/scripts/tests/chiptest/__init__.py @@ -138,13 +138,6 @@ def _GetInDevelopmentTests() -> Set[str]: "Test_TC_ACL_2_9.yaml", "TestEvents.yaml", - # TODO: CommissionerNodeId not yet supported: - "Test_TC_ACE_1_1.yaml", - "Test_TC_ACE_1_5.yaml", - "Test_TC_SC_5_1.yaml", - "Test_TC_SC_5_2.yaml", - "TestCommissionerNodeId.yaml", - "TestClusterMultiFabric.yaml", # Enum mismatch "TestGroupMessaging.yaml", # Needs group support in repl "TestMultiAdmin.yaml", # chip-repl hang on command expeted to fail