Skip to content

Commit

Permalink
increase max_failed_tests to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm authored Feb 21, 2024
1 parent c2fb50b commit 6d5d1f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ runtest = 'cd test && PYTHONUNBUFFERED=1 %(python)s run_test.py --continue-throu
# Especially test_quantization has a few corner cases that are triggered by the random input values,
# those cannot be easily avoided, see https://github.com/pytorch/pytorch/issues/107030
# So allow a low number of tests to fail as the tests "usually" succeed
max_failed_tests = 4
max_failed_tests = 50

# The readelf sanity check command can be taken out once the TestRPATH test from
# https://github.com/pytorch/pytorch/pull/109493 is accepted, since it is then checked as part of the PyTorch test suite
Expand Down

0 comments on commit 6d5d1f3

Please sign in to comment.