diff --git a/tests/integration_tests/sqllab_tests.py b/tests/integration_tests/sqllab_tests.py index 8a3297f05e6dd..2c2a8ee06753c 100644 --- a/tests/integration_tests/sqllab_tests.py +++ b/tests/integration_tests/sqllab_tests.py @@ -64,7 +64,7 @@ QUERY_2 = "SELECT * FROM NO_TABLE" QUERY_3 = "SELECT * FROM birth_names LIMIT 10" - +@pytest.mark.sql_json_flow class TestSqlLab(SupersetTestCase): """Testings for Sql Lab"""