Skip to content

Commit

Permalink
Enable the Test_AddNewFabricFromExistingFabric test in CI. (#28950)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Apr 19, 2024
1 parent 21b4825 commit 1437816
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion examples/darwin-framework-tool/templates/tests/ciTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,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"
]
}
3 changes: 2 additions & 1 deletion src/app/tests/suites/ciTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@
"TestTimeSynchronization",
"TestOperationalState",
"TestRVCOperationalState",
"TestDishwasherAlarm"
"TestDishwasherAlarm",
"Test_AddNewFabricFromExistingFabric"
],
"MultiAdmin": ["TestMultiAdmin"],
"SoftwareDiagnostics": ["Test_TC_DGSW_1_1"],
Expand Down

0 comments on commit 1437816

Please sign in to comment.