From b46fccac0168cb9cf068ee02975d991ebf0e36f6 Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:23:36 -0400 Subject: [PATCH] unskip test that is expected to run (#813) (cherry picked from commit f1bc0ad3d010a68f94bad4718bddab027aa2f4f3) --- tests/functional/adapter/test_get_last_relation_modified.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/adapter/test_get_last_relation_modified.py b/tests/functional/adapter/test_get_last_relation_modified.py index 60547cd49..870488499 100644 --- a/tests/functional/adapter/test_get_last_relation_modified.py +++ b/tests/functional/adapter/test_get_last_relation_modified.py @@ -41,7 +41,6 @@ def custom_schema(self, project, set_env_vars): with project.adapter.connection_named("__test"): project.adapter.drop_schema(relation) - @pytest.mark.skip() def test_get_last_relation_modified(self, project, set_env_vars, custom_schema): project.run_sql( f"create table {custom_schema}.test_table (id integer autoincrement, name varchar(100) not null);"