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 <[email protected]>
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

Reply via email to