Skip to content

Commit

Permalink
[#547] Remove test that does not work with Travis as illogical
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 3, 2013
1 parent d6ebff7 commit 591297d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ckanext/datastore/tests/test_configure.py
Expand Up @@ -16,9 +16,6 @@ def tearDown(self):
ckan.plugins.unload('datastore')
pyutilib.component.core.PluginGlobals.singleton_services()[plugin.DatastorePlugin] = self._original_plugin

def test_legacy_mode_default(self):
assert not self.p.legacy_mode

def test_set_legacy_mode(self):
c = {
'sqlalchemy.url': 'bar',
Expand Down

0 comments on commit 591297d

Please sign in to comment.