Skip to content

Commit

Permalink
Exclude .yaml tests from CI due to use of EqualityTests pseudo-cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhees-cae committed Aug 4, 2023
1 parent 8d16184 commit 2768ed7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions scripts/tests/chiptest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ def _GetInDevelopmentTests() -> Set[str]:
"Test_TC_SMOKECO_2_5.yaml", # chip-repl does not support local timeout (07/20/2023)
"Test_TC_SMOKECO_2_6.yaml", # chip-repl does not support local timeout (07/20/2023)
"Test_TC_IDM_1_2.yaml", # chip-repl does not support AnyCommands (19/07/2023)
"Test_TC_DRLK_2_2.yaml", # chip-repl does not support EqualityCommands pseudo-cluster (08/04/2023)
"Test_TC_DRLK_2_3.yaml", # chip-repl does not support EqualityCommands pseudo-cluster (08/04/2023)
"Test_TC_DRLK_2_12.yaml", # chip-repl does not support EqualityCommands pseudo-cluster (08/04/2023)
}


Expand Down
5 changes: 1 addition & 4 deletions src/app/tests/suites/ciTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,15 +284,12 @@
"DL_LockUnlock",
"DL_Schedules",
"Test_TC_DRLK_1_1",
"Test_TC_DRLK_2_2",
"Test_TC_DRLK_2_3",
"Test_TC_DRLK_2_4",
"Test_TC_DRLK_2_5",
"Test_TC_DRLK_2_6",
"Test_TC_DRLK_2_7",
"Test_TC_DRLK_2_8",
"Test_TC_DRLK_2_11",
"Test_TC_DRLK_2_12"
"Test_TC_DRLK_2_11"
],
"Groups": [
"TestGroupMessaging",
Expand Down

0 comments on commit 2768ed7

Please sign in to comment.