Skip to content

Commit 8f2f83b

Browse files
jrebackwesbarnett
authored andcommitted
TST: skip gbq integration tests, xref pandas-dev#34779 (pandas-dev#34895)
1 parent 225d093 commit 8f2f83b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_gbq.py

+1
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)