We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca88ad5 commit e6d62feCopy full SHA for e6d62fe
sdks/python/apache_beam/io/gcp/tests/xlang_spannerio_it_test.py
@@ -74,10 +74,10 @@ class SpannerPartTestRow(NamedTuple):
74
75
76
@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")
+@unittest.skipUnless(
+ os.environ.get('EXPANSION_JARS'),
+ "EXPANSION_JARS environment var is not provided, "
+ "indicating that jars have not been built")
81
@unittest.skipIf(spanner is None, 'GCP dependencies are not installed.')
82
@unittest.skipIf(
83
DockerContainer is None, 'testcontainers package is not installed.')
0 commit comments