You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2024/03/20 15:05:18 UTC

(superset) 01/01: chore: skip Hive test

This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch skip-hive-test
in repository https://gitbox.apache.org/repos/asf/superset.git

commit b53fb3f7305cd654248e8e371919dbdf09476f1f
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Tue Mar 19 16:09:43 2024 -0400

    chore: skip Hive test
---
 tests/integration_tests/charts/data/api_tests.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/integration_tests/charts/data/api_tests.py b/tests/integration_tests/charts/data/api_tests.py
index 6efa0deed4..4fc20cf87f 100644
--- a/tests/integration_tests/charts/data/api_tests.py
+++ b/tests/integration_tests/charts/data/api_tests.py
@@ -450,6 +450,9 @@ class TestPostChartDataApi(BaseTestChartDataApi):
         """
         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",