Skip to content

Commit 1437816

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Enable the Test_AddNewFabricFromExistingFabric test in CI. (#28950)
1 parent 21b4825 commit 1437816

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

examples/darwin-framework-tool/templates/tests/ciTests.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
"Disabled because the power source configuration cluster is now deprecated and not present in all-clusters",
4747
"Test_TC_PSCFG_1_1",
4848
"Test_TC_PSCFG_2_1",
49-
"Test_TC_PSCFG_2_2"
49+
"Test_TC_PSCFG_2_2",
50+
"Disabled because darwin-framework-tool does not support GetCommissionerRootCertificate",
51+
"Test_AddNewFabricFromExistingFabric"
5052
]
5153
}

src/app/tests/suites/ciTests.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@
278278
"TestTimeSynchronization",
279279
"TestOperationalState",
280280
"TestRVCOperationalState",
281-
"TestDishwasherAlarm"
281+
"TestDishwasherAlarm",
282+
"Test_AddNewFabricFromExistingFabric"
282283
],
283284
"MultiAdmin": ["TestMultiAdmin"],
284285
"SoftwareDiagnostics": ["Test_TC_DGSW_1_1"],

0 commit comments

Comments
 (0)