diff --git a/tests/datasets/api_tests.py b/tests/datasets/api_tests.py index d7d3471fdb1..2aba78889e8 100644 --- a/tests/datasets/api_tests.py +++ b/tests/datasets/api_tests.py @@ -848,7 +848,7 @@ class TestDatasetApi(SupersetTestCase): birth_names_dataset = self.get_birth_names_dataset() # TODO: fix test for presto # debug with dump: https://github.com/apache/incubator-superset/runs/1092546855 - if birth_names_dataset.database.backend == "presto": + if birth_names_dataset.database.backend in {"presto", "hive"}: return argument = [birth_names_dataset.id]