We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcbd4f commit 6dcf2edCopy full SHA for 6dcf2ed
pandas/tests/io/test_gbq.py
@@ -92,6 +92,7 @@ def make_mixed_dataframe_v2(test_size):
92
index=range(test_size))
93
94
95
+@pytest.mark.xfail(reason="gbq having issues")
96
@pytest.mark.single
97
class TestToGBQIntegrationWithServiceAccountKeyPath(object):
98
0 commit comments