Skip to content

Commit

Permalink
fix: Hive integration test (apache#27523)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored Mar 20, 2024
1 parent c14f417 commit 1f96689
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 @@ -450,6 +450,9 @@ def test_chart_data_applied_time_extras(self):
"""
Chart data API: Test chart data query with applied time extras
"""
if backend() == "hive":
return

self.query_context_payload["queries"][0]["applied_time_extras"] = {
"__time_range": "100 years ago : now",
"__time_origin": "now",
Expand Down

0 comments on commit 1f96689

Please sign in to comment.