Skip to content

Commit 02755f3

Browse files
committed
See #17287
1 parent 07ee6c7 commit 02755f3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/sqlalchemy-bigquery/tests/unit/test_geography.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626

2727
def test_geoalchemy2_core(faux_conn, last_query):
2828
"""Make sure GeoAlchemy 2 Core Tutorial works as adapted to only having geometry"""
29+
pytest.skip(
30+
"Test is skipped due to https://github.com/googleapis/google-cloud-python/issues/17287"
31+
)
2932
conn = faux_conn
3033

3134
# Create the Table

0 commit comments

Comments
 (0)