Skip to content

Commit

Permalink
chore: skip Hive test
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Mar 19, 2024
1 parent 2fdf6d7 commit 51b4a6d
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 51b4a6d

Please sign in to comment.