Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Disable lockutils test_synchronized_externally
Browse files Browse the repository at this point in the history
We're seeing this test fail very regularly in Jenkins and it's become
a serious distraction for everyone.

Disable the test temporarily and use a bug #1095957 to track that the
test itself needs fixing.

Change-Id: I0645d8f5f740d40f83d82e5ef7a048f33a44ac2b
  • Loading branch information
markmc committed Jan 4, 2013
1 parent 0085001 commit bc50f1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/test_lockutils.py
Expand Up @@ -27,6 +27,7 @@
from eventlet import greenpool

from openstack.common import lockutils
from openstack.common import testutils
from tests import utils as test_utils


Expand Down Expand Up @@ -128,6 +129,7 @@ def inner_lock():
if os.path.exists(tempdir):
shutil.rmtree(tempdir)

@testutils.skip_test("Regularly fails, see bug #1095957")
def test_synchronized_externally(self):
"""We can lock across multiple processes"""
tempdir = tempfile.mkdtemp()
Expand Down

0 comments on commit bc50f1e

Please sign in to comment.