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);"