Skip to content

Commit

Permalink
fix: skip another Hive test (apache#27595)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored Mar 20, 2024
1 parent d0d9fc5 commit f274c47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration_tests/charts/data/api_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f274c47

Please sign in to comment.