Skip to content

Commit 55f9039

Browse files
committed
skip 24
1 parent 6817a94 commit 55f9039

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/run_tests_model_gen_and_load.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def generate_all(
296296
color_enum,
297297
skip_missing_args,
298298
)
299-
299+
300300
print(f"stored models in: {output_working_dir}")
301301

302302

@@ -388,6 +388,11 @@ def main():
388388
]
389389
else:
390390
skip_pr_tests = []
391+
392+
# Skip flaky tests:
393+
skip_tests = [24]
394+
skip_pr_list += skip_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)