Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/sqlalchemy-bigquery/tests/unit/test_geography.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
geoalchemy2 = pytest.importorskip("geoalchemy2")


# TODO(http://github.com/googleapis/google-cloud-python/issues/17287): Unskip once bug is resolved.
@pytest.mark.skip(
reason="Failing in CI with AssertionError."
)
def test_geoalchemy2_core(faux_conn, last_query):
"""Make sure GeoAlchemy 2 Core Tutorial works as adapted to only having geometry"""
conn = faux_conn
Expand Down
Loading