You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2023/03/31 05:00:00 UTC

[superset] branch master updated: ci: disable flaky async test (#23527)

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

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 330e79bc5d ci: disable flaky async test (#23527)
330e79bc5d is described below

commit 330e79bc5d2392c42f9ccbacbd794cbfda586f2c
Author: Ville Brofeldt <33...@users.noreply.github.com>
AuthorDate: Fri Mar 31 07:59:49 2023 +0300

    ci: disable flaky async test (#23527)
---
 tests/integration_tests/csv_upload_tests.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/integration_tests/csv_upload_tests.py b/tests/integration_tests/csv_upload_tests.py
index 59fd3c1ef5..d3b55f7bfe 100644
--- a/tests/integration_tests/csv_upload_tests.py
+++ b/tests/integration_tests/csv_upload_tests.py
@@ -233,6 +233,9 @@ def test_import_csv_enforced_schema(mock_event_logger):
     if utils.backend() == "sqlite":
         pytest.skip("Sqlite doesn't support schema / database creation")
 
+    if utils.backend() == "mysql":
+        pytest.skip("This test is flaky on MySQL")
+
     full_table_name = f"admin_database.{CSV_UPLOAD_TABLE_W_SCHEMA}"
 
     # Invalid table name