We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ee6c7 commit 02755f3Copy full SHA for 02755f3
1 file changed
packages/sqlalchemy-bigquery/tests/unit/test_geography.py
@@ -26,6 +26,9 @@
26
27
def test_geoalchemy2_core(faux_conn, last_query):
28
"""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
+ )
32
conn = faux_conn
33
34
# Create the Table
0 commit comments