Skip to content

Commit

Permalink
unskip test that is expected to run (#813) (#815)
Browse files Browse the repository at this point in the history
(cherry picked from commit f1bc0ad)

Co-authored-by: Mike Alfare <[email protected]>
  • Loading branch information
github-actions[bot] and mikealfare authored Oct 27, 2023
1 parent 99c338e commit 5477d41
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);"
Expand Down

0 comments on commit 5477d41

Please sign in to comment.