fix: skip another Hive test (#27595)

This commit is contained in:
Beto Dealmeida 2024-03-20 16:59:27 -04:00 committed by GitHub
parent d0d9fc5bdf
commit f274c4785d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -751,6 +751,9 @@ class TestPostChartDataApi(BaseTestChartDataApi):
"""
Chart data API: Test chart data query non-JSON format (async)
"""
if backend() == "hive":
return
app._got_first_request = False
async_query_manager_factory.init_app(app)
self.query_context_payload["result_type"] = "results"