From dece2246c6c40f1b2e1c38efe5b502927f3dbaae Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Mon, 23 Sep 2024 14:27:31 -0400 Subject: [PATCH] More debugging --- scripts/tests/chiptest/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/tests/chiptest/__init__.py b/scripts/tests/chiptest/__init__.py index 161d3b8c0cdcc1..7182ae449e54f7 100644 --- a/scripts/tests/chiptest/__init__.py +++ b/scripts/tests/chiptest/__init__.py @@ -143,6 +143,7 @@ def _GetExtraSlowTests() -> Set[str]: def _GetInDevelopmentTests() -> Set[str]: """Tests that fail in YAML for some reason.""" return { + "TestSystemCommissioner", # just testing "Test_TC_PSCFG_1_1.yaml", # Power source configuration cluster is deprecated and removed from all-clusters "Test_TC_PSCFG_2_1.yaml", # Power source configuration cluster is deprecated and removed from all-clusters "Test_TC_PSCFG_2_2.yaml", # Power source configuration cluster is deprecated and removed from all-clusters @@ -170,6 +171,7 @@ def _GetChipToolUnsupportedTests() -> Set[str]: def _GetDarwinFrameworkToolUnsupportedTests() -> Set[str]: """Tests that fail in darwin-framework-tool for some reason""" return { + "TestSystemCommissioner", # just testing "DL_LockUnlock", # darwin-framework-tool does not currently support reading or subscribing to Events "DL_UsersAndCredentials", # darwin-framework-tool does not currently support reading or subscribing to Events "Test_AddNewFabricFromExistingFabric", # darwin-framework-tool does not support the GetCommissionerRootCertificate command.