diff --git a/tests/functional/adapter/grants/test_incremental_grants.py b/tests/functional/adapter/grants/test_incremental_grants.py index 77f982d97..3fa1acdf1 100644 --- a/tests/functional/adapter/grants/test_incremental_grants.py +++ b/tests/functional/adapter/grants/test_incremental_grants.py @@ -71,9 +71,6 @@ def models(self): } def test_incremental_grants(self, project, get_test_users, get_test_groups, get_test_roles): - # for debugging - print("incremental test") - # we want the test to fail, not silently skip test_users = get_test_users test_groups = get_test_groups @@ -171,3 +168,7 @@ def test_incremental_grants(self, project, get_test_users, get_test_groups, get_ } } self.assert_expected_grants_match_actual(project, "my_incremental_model", expected) + + +class TestIncrementalGrantsRedshift(BaseIncrementalGrantsRedshift): + pass