Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Aug 1, 2024
1 parent 55f9039 commit eef5af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/run_tests_model_gen_and_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ def main():
skip_pr_tests = []

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

color_enum = NoColor if args.no_color else Color

Expand Down

0 comments on commit eef5af8

Please sign in to comment.