Skip to content

Commit

Permalink
Sickbay test_bigtable_write on Dataflow runner (#29197)
Browse files Browse the repository at this point in the history
* Sickbay test_bigtable_write on Dataflow runner

* More sickbay

* Sickbay correctly
  • Loading branch information
damccorm authored Nov 9, 2023
1 parent 8957177 commit f47d473
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f47d473

Please sign in to comment.