Skip to content

Commit

Permalink
Revert "Enable Test_TC_OO_2_4 to run in CI (#25159)" (#25248)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tehampson authored and pull[bot] committed Jul 21, 2023
1 parent 64765d0 commit 1714754
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/tests/chiptest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,9 @@ def _GetManualTests() -> Set[str]:

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


def _GetSlowTests() -> Set[str]:
Expand Down

0 comments on commit 1714754

Please sign in to comment.