Skip to content

Commit

Permalink
[BEAM-12352] Skip GcsIOIntegrationTest.test_copy{,_batch}_rewrite_tok…
Browse files Browse the repository at this point in the history
…en tests

These rely on a GCS feature that is not currently working.
  • Loading branch information
udim committed May 20, 2021
1 parent 2d253f9 commit a9d1f3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdks/python/apache_beam/io/gcp/gcsio_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def test_copy_kms(self):
self._test_copy("test_copy_kms", self.kms_key_name)

@attr('IT')
@unittest.skip('BEAM-12352: enable once maxBytesRewrittenPerCall works again')
def test_copy_rewrite_token(self):
# Tests a multi-part copy (rewrite) operation. This is triggered by a
# combination of 3 conditions:
Expand Down Expand Up @@ -175,6 +176,7 @@ def test_copy_batch_kms(self):
self._test_copy_batch("test_copy_batch_kms", self.kms_key_name)

@attr('IT')
@unittest.skip('BEAM-12352: enable once maxBytesRewrittenPerCall works again')
def test_copy_batch_rewrite_token(self):
# Tests a multi-part copy (rewrite) operation. This is triggered by a
# combination of 3 conditions:
Expand Down

0 comments on commit a9d1f3e

Please sign in to comment.