Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit dfc3c49

Browse files
author
Ilya Gurov
authored
test: unskip default column value test (#226)
1 parent 7ab1742 commit dfc3c49

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

test/test_suite_13.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -999,10 +999,6 @@ def test_empty_insert(self):
999999
def test_insert_from_select_autoinc(self):
10001000
pass
10011001

1002-
@pytest.mark.skip("Spanner doesn't support default column values")
1003-
def test_insert_from_select_with_defaults(self):
1004-
pass
1005-
10061002
def test_autoclose_on_insert(self):
10071003
"""
10081004
SPANNER OVERRIDE:

test/test_suite_14.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,10 +1252,6 @@ def test_empty_insert_multiple(self):
12521252
def test_insert_from_select_autoinc(self):
12531253
pass
12541254

1255-
@pytest.mark.skip("Spanner doesn't support default column values")
1256-
def test_insert_from_select_with_defaults(self):
1257-
pass
1258-
12591255
def test_autoclose_on_insert(self):
12601256
"""
12611257
SPANNER OVERRIDE:

0 commit comments

Comments
 (0)