From f47d47350e099e54ae09a4684d24ab3c4e3768bd Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 9 Nov 2023 17:37:59 -0500 Subject: [PATCH] Sickbay test_bigtable_write on Dataflow runner (#29197) * Sickbay test_bigtable_write on Dataflow runner * More sickbay * Sickbay correctly --- .../apache_beam/examples/cookbook/bigtableio_it_test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 98023fbc624c..8cc8b3c73a10 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,9 @@ def tearDown(self): if self.instance.exists(): self.instance.delete() - @pytest.mark.it_postcommit + # TODO(https://github.com/apache/beam/issues/29076): Reenable this test + # once BigTable issues are fixed. + @pytest.mark.it_postcommit_sickbay def test_bigtable_write(self): number = self.number pipeline_args = self.test_pipeline.options_list