Skip to content

Commit

Permalink
test: unskip default column value test (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaFaer authored Aug 9, 2022
1 parent 7ab1742 commit dfc3c49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions test/test_suite_13.py
Original file line number Diff line number Diff line change
Expand Up @@ -999,10 +999,6 @@ def test_empty_insert(self):
def test_insert_from_select_autoinc(self):
pass

@pytest.mark.skip("Spanner doesn't support default column values")
def test_insert_from_select_with_defaults(self):
pass

def test_autoclose_on_insert(self):
"""
SPANNER OVERRIDE:
Expand Down
4 changes: 0 additions & 4 deletions test/test_suite_14.py
Original file line number Diff line number Diff line change
Expand Up @@ -1252,10 +1252,6 @@ def test_empty_insert_multiple(self):
def test_insert_from_select_autoinc(self):
pass

@pytest.mark.skip("Spanner doesn't support default column values")
def test_insert_from_select_with_defaults(self):
pass

def test_autoclose_on_insert(self):
"""
SPANNER OVERRIDE:
Expand Down

0 comments on commit dfc3c49

Please sign in to comment.