Skip to content

Commit

Permalink
Disable datastore test as per #547
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Oct 3, 2014
1 parent 0aed5db commit f9d2df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datastore/tests/test_configure.py
Expand Up @@ -6,7 +6,7 @@
import ckanext.datastore.plugin as plugin


class TestConfiguration(unittest.TestCase):
class _TestConfiguration(unittest.TestCase):
def setUp(self):
self._original_plugin = ckan.plugins.unload('datastore')
pyutilib.component.core.PluginGlobals.singleton_services()[plugin.DatastorePlugin] = True
Expand Down

0 comments on commit f9d2df1

Please sign in to comment.