diff --git a/ckan/tests/lib/test_jobs.py b/ckan/tests/lib/test_jobs.py index c73de33e365..9472d638672 100644 --- a/ckan/tests/lib/test_jobs.py +++ b/ckan/tests/lib/test_jobs.py @@ -244,7 +244,7 @@ def test_fork_within_a_transaction(self): The horse should get a new SQLAlchemy session but leave the original session alone. ''' - raise SkipTest("Failing intermittently") # FIXME + raise SkipTest(u'Failing intermittently') # FIXME pkg_name = u'test-fork-within-a-transaction' model.repo.new_revision() pkg = model.Package.get(pkg_name)