|
57 | 57 | pytestmark = pytest.mark.gcp |
58 | 58 |
|
59 | 59 |
|
60 | | -@pytest.mark.parametrize("enable_gcs_downscoped", [True, False]) |
| 60 | +@pytest.mark.parametrize("enable_gcs_downscoped", [True]) |
61 | 61 | @pytest.mark.parametrize( |
62 | 62 | "from_path", [True, pytest.param(False, marks=pytest.mark.skipolddriver)] |
63 | 63 | ) |
@@ -127,7 +127,7 @@ def test_put_get_with_gcp( |
127 | 127 | assert original_contents == contents, "Output is different from the original file" |
128 | 128 |
|
129 | 129 |
|
130 | | -@pytest.mark.parametrize("enable_gcs_downscoped", [True, False]) |
| 130 | +@pytest.mark.parametrize("enable_gcs_downscoped", [True]) |
131 | 131 | def test_put_copy_many_files_gcp( |
132 | 132 | tmpdir, |
133 | 133 | conn_cnx, |
@@ -192,7 +192,7 @@ def run(csr, sql): |
192 | 192 | run(csr, "drop table if exists {name}") |
193 | 193 |
|
194 | 194 |
|
195 | | -@pytest.mark.parametrize("enable_gcs_downscoped", [True, False]) |
| 195 | +@pytest.mark.parametrize("enable_gcs_downscoped", [True]) |
196 | 196 | def test_put_copy_duplicated_files_gcp( |
197 | 197 | tmpdir, |
198 | 198 | conn_cnx, |
@@ -288,7 +288,7 @@ def run(csr, sql): |
288 | 288 | run(csr, "drop table if exists {name}") |
289 | 289 |
|
290 | 290 |
|
291 | | -@pytest.mark.parametrize("enable_gcs_downscoped", [True, False]) |
| 291 | +@pytest.mark.parametrize("enable_gcs_downscoped", [True]) |
292 | 292 | def test_put_get_large_files_gcp( |
293 | 293 | tmpdir, |
294 | 294 | conn_cnx, |
@@ -476,7 +476,7 @@ def mocked_get(*args, **kwargs): |
476 | 476 | assert original_contents == contents, "Output is different from the original file" |
477 | 477 |
|
478 | 478 |
|
479 | | -@pytest.mark.parametrize("enable_gcs_downscoped", [True, False]) |
| 479 | +@pytest.mark.parametrize("enable_gcs_downscoped", [True]) |
480 | 480 | def test_auto_compress_off_gcp( |
481 | 481 | tmpdir, |
482 | 482 | conn_cnx, |
|
0 commit comments