Skip to content

Commit

Permalink
Make Test flaky instead of failing ... since it seems sometimes it ma…
Browse files Browse the repository at this point in the history
…y pass
  • Loading branch information
andy31415 committed Feb 1, 2023
1 parent 7655c70 commit 816fcf3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/tests/chiptest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ def _GetManualTests() -> Set[ManualTest]:
manualtests.add(ManualTest(yaml="TestMultiAdmin.yaml", reason="TODO"))

# Failing, unclear why. Likely repl specific, used to pass however first
# failure point seems unrelated. May be just flaky (but why now?)
manualtests.add(ManualTest(yaml="Test_TC_OO_2_4.yaml", reason="Failing"))
# failure point seems unrelated. Historically this seems (very?) flaky
# in repl.
manualtests.add(ManualTest(yaml="Test_TC_OO_2_4.yaml", reason="Flaky"))

# Examples:
#
Expand Down

0 comments on commit 816fcf3

Please sign in to comment.