Skip to content

Commit 5450017

Browse files
tehampsonpull[bot]
authored andcommitted
Revert "Enable Test_TC_OO_2_4 to run in CI (#25159)" (#25248)
This reverts commit e170238. We have a failure in over here to analyize now: https://github.com/project-chip/connectedhomeip/actions/runs/4243209454/jobs/7375662859
1 parent c22c57f commit 5450017

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts/tests/chiptest/__init__.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,9 @@ def _GetManualTests() -> Set[str]:
8585

8686
def _GetFlakyTests() -> Set[str]:
8787
"""List of flaky tests, ideally this list should become empty."""
88-
return_value = set()
89-
# We need more data as to why this test flakes sometimes. We have added additional logging.
90-
# return_value.add("Test_TC_OO_2_4.yaml")
91-
return return_value
88+
return {
89+
"Test_TC_OO_2_4.yaml"
90+
}
9291

9392

9493
def _GetSlowTests() -> Set[str]:

0 commit comments

Comments
 (0)