Skip to content

Commit

Permalink
Skip datastore_info test when datastore not active
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Jan 28, 2015
1 parent f8b4fd5 commit 6595699
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckanext/datastore/tests/test_info.py
Expand Up @@ -23,6 +23,8 @@
class TestDatastoreInfo(object):
@classmethod
def setup_class(cls):
if not tests.is_datastore_supported():
raise nose.SkipTest("Datastore not supported")
p.load('datastore')

@classmethod
Expand Down

0 comments on commit 6595699

Please sign in to comment.