You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/10/30 12:33:31 UTC

(beam) 01/01: Sickbay test_bigtable_write on Dataflow runner

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

damccorm pushed a commit to branch users/damccorm/sb
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 398f686fe9002f2ebeb88108944837599c91fc1e
Author: Danny McCormick <da...@google.com>
AuthorDate: Mon Oct 30 08:33:23 2023 -0400

    Sickbay test_bigtable_write on Dataflow runner
---
 sdks/python/apache_beam/examples/cookbook/bigtableio_it_test.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sdks/python/apache_beam/examples/cookbook/bigtableio_it_test.py b/sdks/python/apache_beam/examples/cookbook/bigtableio_it_test.py
index 98023fbc624..da9fe52ab00 100644
--- a/sdks/python/apache_beam/examples/cookbook/bigtableio_it_test.py
+++ b/sdks/python/apache_beam/examples/cookbook/bigtableio_it_test.py
@@ -174,7 +174,10 @@ class BigtableIOWriteTest(unittest.TestCase):
     if self.instance.exists():
       self.instance.delete()
 
+  # TODO(https://github.com/apache/beam/issues/29076): Reenable this test
+  # once BigTable issues are fixed.
   @pytest.mark.it_postcommit
+  @pytest.mark.sickbay_dataflow
   def test_bigtable_write(self):
     number = self.number
     pipeline_args = self.test_pipeline.options_list