This repository was archived by the owner on May 14, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments