From b47a0794c2f5848b3fdad4bf3819a61b200aeb66 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Sat, 20 Jun 2020 08:55:52 -0400 Subject: [PATCH] TST: skip gbq integration tests, xref #34779 --- pandas/tests/io/test_gbq.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/tests/io/test_gbq.py b/pandas/tests/io/test_gbq.py index df107259d38cd..870d78ef1c533 100644 --- a/pandas/tests/io/test_gbq.py +++ b/pandas/tests/io/test_gbq.py @@ -148,6 +148,7 @@ def mock_read_gbq(sql, **kwargs): @pytest.mark.single +@pytest.mark.xfail(reason="skipping gbq integration for now, xref #34779") class TestToGBQIntegrationWithServiceAccountKeyPath: @pytest.fixture() def gbq_dataset(self):