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

udim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new a9d1f3e  [BEAM-12352] Skip 
GcsIOIntegrationTest.test_copy{,_batch}_rewrite_token tests
     new 40326dd  Merge pull request #14851 from udim/beam-12352
a9d1f3e is described below

commit a9d1f3e3c351d0567ff3fb420f0de57f1cc45da4
Author: Udi Meiri <[email protected]>
AuthorDate: Thu May 20 13:04:44 2021 -0700

    [BEAM-12352] Skip GcsIOIntegrationTest.test_copy{,_batch}_rewrite_token 
tests
    
    These rely on a GCS feature that is not currently working.
---
 sdks/python/apache_beam/io/gcp/gcsio_integration_test.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sdks/python/apache_beam/io/gcp/gcsio_integration_test.py 
b/sdks/python/apache_beam/io/gcp/gcsio_integration_test.py
index d4a812b..5aedb6c 100644
--- a/sdks/python/apache_beam/io/gcp/gcsio_integration_test.py
+++ b/sdks/python/apache_beam/io/gcp/gcsio_integration_test.py
@@ -122,6 +122,7 @@ class GcsIOIntegrationTest(unittest.TestCase):
     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:
@@ -175,6 +176,7 @@ class GcsIOIntegrationTest(unittest.TestCase):
     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:

Reply via email to