Skip to content

Commit c3803c7

Browse files
committed
TST: skip gbq integration tests, xref pandas-dev#34779
1 parent b57e5cc commit c3803c7

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("skipping gbq integration for now, xref #34779")
151152
class TestToGBQIntegrationWithServiceAccountKeyPath:
152153
@pytest.fixture()
153154
def gbq_dataset(self):

0 commit comments

Comments
 (0)