Skip to content

Commit

Permalink
TST: mark gbq streaming insert tests as slow
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Feb 8, 2017
1 parent 153da50 commit fe246cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/requirements-3.4_SLOW.pip
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
httplib2
google-api-python-client
oauth2client
1 change: 1 addition & 0 deletions pandas/io/tests/test_gbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,7 @@ def test_upload_data_if_table_exists_replace(self):
private_key=_get_private_key_path())
self.assertEqual(result['NUM_ROWS'][0], 5)

@tm.slow
def test_google_upload_errors_should_raise_exception(self):
destination_table = DESTINATION_TABLE + "5"

Expand Down

0 comments on commit fe246cc

Please sign in to comment.