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

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"