diff --git a/tests/integration_tests/charts/data/api_tests.py b/tests/integration_tests/charts/data/api_tests.py index 4fc20cf87f95c..0790798bd6cbb 100644 --- a/tests/integration_tests/charts/data/api_tests.py +++ b/tests/integration_tests/charts/data/api_tests.py @@ -751,6 +751,9 @@ def test_chart_data_async_results_type(self): """ 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"