Skip to content

Commit

Permalink
TST: skip gbq integration tests, xref #34779 (#34895)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback authored Jun 20, 2020
1 parent cf52834 commit 16127d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/io/test_gbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 16127d8

Please sign in to comment.