Skip to content

Commit

Permalink
fix: remove flaky test from compat tests (#4699)
Browse files Browse the repository at this point in the history
* test: test

* revert

* test

* skip 24

* fix syntax
  • Loading branch information
bassmang authored Aug 1, 2024
1 parent fd42b58 commit c0f724b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/run_tests_model_gen_and_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,11 @@ def main():
]
else:
skip_pr_tests = []

# Skip flaky tests:
skip_fixed_tests = [24]
skip_pr_tests += skip_fixed_tests

color_enum = NoColor if args.no_color else Color

temp_working_dir = Path.home() / default_working_dir_name
Expand Down

0 comments on commit c0f724b

Please sign in to comment.