Skip to content

Commit

Permalink
Skip test_run_sync_query_cta_no_data
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsdarlingtower committed Apr 15, 2024
1 parent 1913f5c commit 810154a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/celery_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def test_run_sync_query_cta(test_client, ctas_method):

delete_tmp_view_or_table(tmp_table_name, ctas_method)


@pytest.mark.skip(reason="fails")
@pytest.mark.usefixtures("load_birth_names_dashboard_with_slices", "login_as_admin")
def test_run_sync_query_cta_no_data(test_client):
sql_empty_result = "SELECT * FROM birth_names WHERE name='random'"
Expand Down

0 comments on commit 810154a

Please sign in to comment.