You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2024/03/14 22:17:58 UTC

(superset) branch fix-hive-test created (now f70bb54b39)

This is an automated email from the ASF dual-hosted git repository.

beto pushed a change to branch fix-hive-test
in repository https://gitbox.apache.org/repos/asf/superset.git


      at f70bb54b39 Test

This branch includes the following new commits:

     new f70bb54b39 Test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(superset) 01/01: Test

Posted by be...@apache.org.
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 <ro...@dealmeida.net>
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 "$@"