Skip to content

Commit

Permalink
Disable Removed Test Cases
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgraf committed Jul 19, 2023
1 parent 57bcc44 commit 34e6355
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions scripts/tests/chiptest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,26 @@ def _GetInDevelopmentTests() -> Set[str]:
"TestCommandsById.yaml", # chip-repl does not support AnyCommands (06/06/2023)
"TestEventsById.yaml", # chip-repl does not support AnyCommands (06/06/2023)
"Test_TC_DRLK_2_8.yaml", # Test fails only in chip-repl: Refer--> https://github.com/project-chip/connectedhomeip/pull/27011#issuecomment-1593339855
"Test_TC_CFREMON_1_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_CFREMON_2_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_ESFREMON_1_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_ESFREMON_2_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_FTREMON_1_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_FTREMON_2_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_INKCREMON_1_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_INKCREMON_2_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_IONFREMON_1_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_IONFREMON_2_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_OZFREMON_1_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_OZFREMON_2_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_TCREMON_1_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_TCREMON_2_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_UVFREMON_1_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_UVFREMON_2_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_WTREMON_1_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_WTREMON_2_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_ZEOFREMON_1_2.yaml", # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
"Test_TC_ZEOFREMON_2_2.yaml" # provisional, will be removed, this is so the ciJobs can run until the yaml file is removed
}


Expand Down

0 comments on commit 34e6355

Please sign in to comment.