This is an automated email from the ASF dual-hosted git repository. beto pushed a commit to branch fix-hive-test in repository https://gitbox.apache.org/repos/asf/superset.git
commit f70bb54b396d6cc7b5e622713a1f6e19509083d6 Author: Beto Dealmeida <[email protected]> AuthorDate: Thu Mar 14 18:17:49 2024 -0400 Test --- scripts/python_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/python_tests.sh b/scripts/python_tests.sh index c3f27d17f7..8b27361252 100755 --- a/scripts/python_tests.sh +++ b/scripts/python_tests.sh @@ -32,4 +32,4 @@ superset init 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 "$@"
