You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2020/02/18 22:00:25 UTC

[beam] 01/01: [BEAM-1080] Skip tests that required GCP credentials

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

altay pushed a commit to branch aaltay-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 0f9accec37ec51177760802d7951ce51dc7f8695
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Tue Feb 18 14:00:08 2020 -0800

    [BEAM-1080] Skip tests that required GCP credentials
---
 sdks/python/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 dffef3a..bec5a52 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 @@ class UtilTest(unittest.TestCase):
 
     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',