Skip to content

Commit ac7b115

Browse files
author
Ilya Gurov
authored
test: skip composite grouping tests (#61)
1 parent ec38b40 commit ac7b115

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/test_suite.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
from sqlalchemy.testing.suite.test_select import (
8484
IsOrIsNotDistinctFromTest as _IsOrIsNotDistinctFromTest,
8585
)
86+
from sqlalchemy.testing.suite.test_select import OrderByLabelTest as _OrderByLabelTest
8687
from sqlalchemy.testing.suite.test_types import BooleanTest as _BooleanTest
8788
from sqlalchemy.testing.suite.test_types import IntegerTest as _IntegerTest
8889
from sqlalchemy.testing.suite.test_types import _LiteralRoundTripFixture
@@ -823,6 +824,11 @@ class IsOrIsNotDistinctFromTest(_IsOrIsNotDistinctFromTest):
823824
pass
824825

825826

827+
@pytest.mark.skip("Spanner doesn't support composed GROUP BY")
828+
class OrderByLabelTest(_OrderByLabelTest):
829+
pass
830+
831+
826832
class BytesTest(_LiteralRoundTripFixture, fixtures.TestBase):
827833
__backend__ = True
828834

0 commit comments

Comments
 (0)