This is an automated email from the ASF dual-hosted git repository.

chamikara pushed a commit to branch transform_service_test_suite
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/transform_service_test_suite 
by this push:
     new 951fcab2ac5 Updates
951fcab2ac5 is described below

commit 951fcab2ac514459fdd00a532800681fbba10afe
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Mon Mar 4 14:20:20 2024 -0800

    Updates
---
 sdks/python/apache_beam/io/gcp/bigtableio_it_test.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sdks/python/apache_beam/io/gcp/bigtableio_it_test.py 
b/sdks/python/apache_beam/io/gcp/bigtableio_it_test.py
index e4b573894bd..bf65455b500 100644
--- a/sdks/python/apache_beam/io/gcp/bigtableio_it_test.py
+++ b/sdks/python/apache_beam/io/gcp/bigtableio_it_test.py
@@ -151,6 +151,9 @@ class TestReadFromBigTableIT(unittest.TestCase):
 @pytest.mark.uses_gcp_java_expansion_service
 @pytest.mark.uses_transform_service
 @unittest.skipIf(client is None, 'Bigtable dependencies are not installed')
[email protected](
+    os.environ.get('EXPANSION_JARS') or
+    os.environ.get('TRANSFORM_SERVICE_PORT'),
     "A valid expansion service is not available for executing the "
     "cross-language test.")
 class TestWriteToBigtableXlangIT(unittest.TestCase):

Reply via email to