We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7db128 commit 5ecc5f1Copy full SHA for 5ecc5f1
.github/workflows/ci.yml
@@ -1091,7 +1091,7 @@ jobs:
1091
# See if we don't have a crash that went away
1092
# Comment out all xfails but the ones that have a run=False condition.
1093
find . -name "*.py" -exec sed -i '/run=False/!s/^ *@mark.xfail\(.*\)/#&/' {} \;
1094
- python -m pytest -m "xfail" --runxfail -sv | tee test_crashed.log 2>&1 || true
+ python -m pytest -n 1 -m "xfail" --runxfail -sv --max-worker-restart 512 | tee test_crashed.log 2>&1 || true
1095
git checkout .
1096
echo ::endgroup::
1097
echo ::group::XFAIL Test Logs
0 commit comments