Skip to content

Commit 45910ae

Browse files
committed
TST: skip gbq upload test as flakey
1 parent 9accef8 commit 45910ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/io/tests/test_gbq.py

+3
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,9 @@ def tearDown(self):
11241124
pass
11251125

11261126
def test_upload_data_as_service_account_with_key_contents(self):
1127+
raise nose.SkipTest(
1128+
"flaky test")
1129+
11271130
destination_table = DESTINATION_TABLE + "12"
11281131

11291132
test_size = 10

0 commit comments

Comments
 (0)