Skip to content

Commit c0f724b

Browse files
authored
fix: remove flaky test from compat tests (#4699)
* test: test * revert * test * skip 24 * fix syntax
1 parent fd42b58 commit c0f724b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/run_tests_model_gen_and_load.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,11 @@ def main():
388388
]
389389
else:
390390
skip_pr_tests = []
391+
392+
# Skip flaky tests:
393+
skip_fixed_tests = [24]
394+
skip_pr_tests += skip_fixed_tests
395+
391396
color_enum = NoColor if args.no_color else Color
392397

393398
temp_working_dir = Path.home() / default_working_dir_name

0 commit comments

Comments
 (0)