chore(tests): skip extremely flaky gaq test (#30072)

This commit is contained in:
Ville Brofeldt 2024-09-04 12:27:32 -07:00 committed by GitHub
parent 1338c25896
commit d406c80942
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -718,6 +718,7 @@ class TestPostChartDataApi(BaseTestChartDataApi):
if get_example_database().backend != "presto":
assert "(\n 'boy' = 'boy'\n )" in result
@unittest.skip("Extremely flaky test on MySQL")
@with_feature_flags(GLOBAL_ASYNC_QUERIES=True)
@pytest.mark.usefixtures("load_birth_names_dashboard_with_slices")
def test_chart_data_async(self):