We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd0a29 commit 971ad8dCopy full SHA for 971ad8d
sdks/python/apache_beam/io/gcp/gcsio_retry_test.py
@@ -34,6 +34,7 @@
34
api_exceptions = None
35
36
37
+@unittest.skip("https://github.com/apache/beam/issues/34736")
38
@unittest.skipIf((gcsio_retry is None or api_exceptions is None),
39
'GCP dependencies are not installed')
40
class TestGCSIORetry(unittest.TestCase):
0 commit comments