Skip to content

Commit

Permalink
[#3359] coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Dec 9, 2016
1 parent 9b9262a commit f0e978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/lib/test_jobs.py
Expand Up @@ -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)
Expand Down

0 comments on commit f0e978b

Please sign in to comment.