TST: skip gbq upload test as flakey
This commit is contained in:
parent
9accef8e1e
commit
45910ae646
|
@ -1124,6 +1124,9 @@ class TestToGBQIntegrationServiceAccountKeyContents(tm.TestCase):
|
|||
pass
|
||||
|
||||
def test_upload_data_as_service_account_with_key_contents(self):
|
||||
raise nose.SkipTest(
|
||||
"flaky test")
|
||||
|
||||
destination_table = DESTINATION_TABLE + "12"
|
||||
|
||||
test_size = 10
|
||||
|
|
Loading…
Reference in New Issue