From 1b3fb457f82318cc53c230ffc8389afb311f87c0 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Thu, 26 Oct 2023 00:10:29 -0400 Subject: [PATCH] unskip test that is expected to run --- 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);"