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 b6183b2a76f updates
b6183b2a76f is described below
commit b6183b2a76f2f05fbdd4d804c426351ff68a3e13
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Mon Mar 4 11:10:16 2024 -0800
updates
---
sdks/python/apache_beam/io/gcp/bigtableio_it_test.py | 1 +
1 file changed, 1 insertion(+)
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 13909cded1f..24f6fe2bfb0 100644
--- a/sdks/python/apache_beam/io/gcp/bigtableio_it_test.py
+++ b/sdks/python/apache_beam/io/gcp/bigtableio_it_test.py
@@ -217,6 +217,7 @@ class TestWriteToBigtableXlangIT(unittest.TestCase):
use_cross_language=True))
def test_set_mutation(self):
+ raise Exception("Intentional failure to check trivial passing")
row1: DirectRow = DirectRow('key-1')
row2: DirectRow = DirectRow('key-2')
col_fam = self.table.column_family('col_fam')