Skip to content

Commit e6d62fe

Browse files
committed
Fix test.
1 parent ca88ad5 commit e6d62fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdks/python/apache_beam/io/gcp/tests/xlang_spannerio_it_test.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ class SpannerPartTestRow(NamedTuple):
7474

7575

7676
@pytest.mark.uses_gcp_java_expansion_service
77-
# @unittest.skipUnless(
78-
# os.environ.get('EXPANSION_JARS'),
79-
# "EXPANSION_JARS environment var is not provided, "
80-
# "indicating that jars have not been built")
77+
@unittest.skipUnless(
78+
os.environ.get('EXPANSION_JARS'),
79+
"EXPANSION_JARS environment var is not provided, "
80+
"indicating that jars have not been built")
8181
@unittest.skipIf(spanner is None, 'GCP dependencies are not installed.')
8282
@unittest.skipIf(
8383
DockerContainer is None, 'testcontainers package is not installed.')

0 commit comments

Comments
 (0)