Skip to content

Commit 8bd2644

Browse files
committed
test(sqlalchemy-bigquery): unskip test_geoalchemy2_orm system test for issue 17287
1 parent 2102681 commit 8bd2644

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ def test_geoalchemy2_core(bigquery_dataset):
141141
)
142142

143143

144-
# TODO(http://github.com/googleapis/google-cloud-python/issues/17287): Unskip once bug is resolved.
145-
@pytest.mark.skip(reason="Failing in CI with AssertionError.")
146144
def test_geoalchemy2_orm(bigquery_dataset):
147145
"""Make sure GeoAlchemy 2 ORM Tutorial works as adapted to only having geometry
148146

0 commit comments

Comments
 (0)