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):