Skip to content

Commit

Permalink
exclude pipeline/sync tests and increase max_failed_tests to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm authored Feb 2, 2024
1 parent 05b89d3 commit 16b2044
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ excluded_tests = {
# intermittent failures on various systems
# See https://github.com/easybuilders/easybuild-easyconfigs/issues/17712
'distributed/rpc/test_tensorpipe_agent',
# failures on OmniPath systems, which don't support some optional InfiniBand features
# See https://github.com/pytorch/tensorpipe/issues/413
'distributed/pipeline/sync',
]
}

Expand All @@ -184,7 +187,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 = 2
max_failed_tests = 30

tests = ['PyTorch-check-cpp-extension.py']

Expand Down

0 comments on commit 16b2044

Please sign in to comment.