Skip to content

Commit

Permalink
Allow some test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Mar 25, 2024
1 parent 8169a25 commit 84a805f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ excluded_tests = {
]
}

# several tests are known to be flaky, and fail in some contexts (like having multiple GPUs available),
# so we allow some tests to fail before treating the installation to be faulty
max_failed_tests = 4

runtest = 'cd test && PYTHONUNBUFFERED=1 %(python)s run_test.py --continue-through-error --verbose %(excluded_tests)s'

# The readelf sanity check command can be taken out once the TestRPATH test from
Expand Down

0 comments on commit 84a805f

Please sign in to comment.