Skip to content

Commit

Permalink
Exclude .yaml tests from CI linux due to use of EqualityTests pseudo-…
Browse files Browse the repository at this point in the history
…cluster
  • Loading branch information
jrhees-cae committed Aug 4, 2023
1 parent bfad40a commit 3d7bf64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/tests/chiptest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ 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

0 comments on commit 3d7bf64

Please sign in to comment.