Skip to content

Commit

Permalink
Revert "Enable Test_TC_OO_2_4 to run in CI (project-chip#25159)" (pro…
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson authored and David Lechner committed Mar 22, 2023
1 parent 2517575 commit d8d1dc0
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 d8d1dc0

Please sign in to comment.