From 0f9accec37ec51177760802d7951ce51dc7f8695 Mon Sep 17 00:00:00 2001 From: Ahmet Altay Date: Tue, 18 Feb 2020 14:00:08 -0800 Subject: [PATCH] [BEAM-1080] Skip tests that required GCP credentials --- .../apache_beam/runners/dataflow/internal/apiclient_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/apache_beam/runners/dataflow/internal/apiclient_test.py b/sdks/python/apache_beam/runners/dataflow/internal/apiclient_test.py index dffef3a86caf..bec5a52ccb3b 100644 --- a/sdks/python/apache_beam/runners/dataflow/internal/apiclient_test.py +++ b/sdks/python/apache_beam/runners/dataflow/internal/apiclient_test.py @@ -787,7 +787,7 @@ def test_get_response_encoding(self): assert encoding == version_to_encoding[sys.version_info[0]] - @unittest.skipIf(apiclient is None, 'GCP dependencies are not installed') + @unittest.skip("Enable once BEAM-1080 is fixed.") def test_graph_is_uploaded(self): pipeline_options = PipelineOptions([ '--project',