remove --max-fail 1 on integration tests to iterate faster

This commit is contained in:
Maxime Beauchemin
2025-07-29 22:36:12 -07:00
parent 48d8c91b19
commit ef4cf2b430
6 changed files with 14 additions and 16 deletions

View File

@@ -33,4 +33,4 @@ superset load-test-users
echo "Running tests"
pytest --durations-min=2 --maxfail=1 --cov-report= --cov=superset ./tests/integration_tests "$@"
pytest --durations-min=2 --cov-report= --cov=superset ./tests/integration_tests "$@"