Skip to content

Commit 16127d8

Browse files
authored
TST: skip gbq integration tests, xref #34779 (#34895)
1 parent cf52834 commit 16127d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_gbq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def mock_read_gbq(sql, **kwargs):
148148

149149

150150
@pytest.mark.single
151+
@pytest.mark.xfail(reason="skipping gbq integration for now, xref #34779")
151152
class TestToGBQIntegrationWithServiceAccountKeyPath:
152153
@pytest.fixture()
153154
def gbq_dataset(self):

0 commit comments

Comments
 (0)