From f5302b1fea94dfedb2d739869b56b24be6485d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=B5=20V=C4=83n=20Ngh=C4=A9a?= Date: Mon, 15 Feb 2021 07:00:54 +0700 Subject: [PATCH] temporary disable gcs --- tests/test_fs_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_fs_plugins.py b/tests/test_fs_plugins.py index 718807236..ae010a7da 100644 --- a/tests/test_fs_plugins.py +++ b/tests/test_fs_plugins.py @@ -255,7 +255,7 @@ def check_test_condition_and_setup_env(uri, envs, monkeypatch): pytest.param(HDFS_URI, marks=pytest.mark.skip(reason="TODO")), pytest.param(VIEWFS_URI, marks=pytest.mark.skip(reason="TODO")), pytest.param(HAR_URI, marks=pytest.mark.skip(reason="TODO")), - GCS_URI, + pytest.param(GCS_URI, marks=pytest.mark.skip(reason="TODO")), ], ) def uri_init(request):