From 30c16c5e0d3ab83033f638922c57e40665b04d36 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Tue, 29 Aug 2023 13:57:20 -0400 Subject: [PATCH] Enable the Test_AddNewFabricFromExistingFabric test in CI. --- examples/darwin-framework-tool/templates/tests/ciTests.json | 4 +++- src/app/tests/suites/ciTests.json | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) 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"],