diff --git a/examples/darwin-framework-tool/templates/tests/ciTests.json b/examples/darwin-framework-tool/templates/tests/ciTests.json index 4898f5fd8b4518..e6cfca08061413 100644 --- a/examples/darwin-framework-tool/templates/tests/ciTests.json +++ b/examples/darwin-framework-tool/templates/tests/ciTests.json @@ -44,6 +44,8 @@ "Disabled because the power source configuration cluster is now deprecated and not present in all-clusters", "Test_TC_PSCFG_1_1", "Test_TC_PSCFG_2_1", - "Test_TC_PSCFG_2_2" + "Test_TC_PSCFG_2_2", + "Disabled because darwin-framework-tool does not support GetCommissionerRootCertificate", + "Test_AddNewFabricFromExistingFabric" ] } diff --git a/src/app/tests/suites/ciTests.json b/src/app/tests/suites/ciTests.json index 8fd0ac79b9c1ea..a05e2cb075ccb3 100644 --- a/src/app/tests/suites/ciTests.json +++ b/src/app/tests/suites/ciTests.json @@ -277,7 +277,8 @@ "TestTimeSynchronization", "TestOperationalState", "TestRVCOperationalState", - "TestDishwasherAlarm" + "TestDishwasherAlarm", + "Test_AddNewFabricFromExistingFabric" ], "MultiAdmin": ["TestMultiAdmin"], "SoftwareDiagnostics": ["Test_TC_DGSW_1_1"],