diff --git a/tests/integration_tests/csv_upload_tests.py b/tests/integration_tests/csv_upload_tests.py index 59fd3c1ef..d3b55f7bf 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