Skip to content

Commit

Permalink
Skip failing test (#138)
Browse files Browse the repository at this point in the history
* Test incorrectly named

* gitignore

* skip failing test for the moment
  • Loading branch information
max-sixty authored and tswast committed Mar 9, 2018
1 parent dac22f4 commit 369959a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ docs/source/_build
.coverage
coverage.xml
coverage_html_report
.pytest_cache

# Compiled source #
###################
Expand Down
4 changes: 3 additions & 1 deletion pandas_gbq/tests/test_gbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,9 @@ def test_get_user_account_credentials_returns_credentials(self):
assert isinstance(credentials, Credentials)


class GBQUnitTests(object):
@pytest.mark.skip('Currently fails, see '
'https://github.com/pydata/pandas-gbq/pull/125')
class TestGBQUnit(object):

def test_import_google_api_python_client(self):
if not _in_travis_environment():
Expand Down

0 comments on commit 369959a

Please sign in to comment.