Skip to content

Commit dece224

Browse files
More debugging
1 parent 11f950f commit dece224

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/tests/chiptest/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def _GetExtraSlowTests() -> Set[str]:
143143
def _GetInDevelopmentTests() -> Set[str]:
144144
"""Tests that fail in YAML for some reason."""
145145
return {
146+
"TestSystemCommissioner", # just testing
146147
"Test_TC_PSCFG_1_1.yaml", # Power source configuration cluster is deprecated and removed from all-clusters
147148
"Test_TC_PSCFG_2_1.yaml", # Power source configuration cluster is deprecated and removed from all-clusters
148149
"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]:
170171
def _GetDarwinFrameworkToolUnsupportedTests() -> Set[str]:
171172
"""Tests that fail in darwin-framework-tool for some reason"""
172173
return {
174+
"TestSystemCommissioner", # just testing
173175
"DL_LockUnlock", # darwin-framework-tool does not currently support reading or subscribing to Events
174176
"DL_UsersAndCredentials", # darwin-framework-tool does not currently support reading or subscribing to Events
175177
"Test_AddNewFabricFromExistingFabric", # darwin-framework-tool does not support the GetCommissionerRootCertificate command.

0 commit comments

Comments
 (0)