File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ def _GetExtraSlowTests() -> Set[str]:
143
143
def _GetInDevelopmentTests () -> Set [str ]:
144
144
"""Tests that fail in YAML for some reason."""
145
145
return {
146
+ "TestSystemCommissioner" , # just testing
146
147
"Test_TC_PSCFG_1_1.yaml" , # Power source configuration cluster is deprecated and removed from all-clusters
147
148
"Test_TC_PSCFG_2_1.yaml" , # Power source configuration cluster is deprecated and removed from all-clusters
148
149
"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]:
170
171
def _GetDarwinFrameworkToolUnsupportedTests () -> Set [str ]:
171
172
"""Tests that fail in darwin-framework-tool for some reason"""
172
173
return {
174
+ "TestSystemCommissioner" , # just testing
173
175
"DL_LockUnlock" , # darwin-framework-tool does not currently support reading or subscribing to Events
174
176
"DL_UsersAndCredentials" , # darwin-framework-tool does not currently support reading or subscribing to Events
175
177
"Test_AddNewFabricFromExistingFabric" , # darwin-framework-tool does not support the GetCommissionerRootCertificate command.
You can’t perform that action at this time.
0 commit comments