diff options
| author | Mark McLoughlin <markmc@redhat.com> | 2013-01-04 06:56:42 +0000 |
|---|---|---|
| committer | Mark McLoughlin <markmc@redhat.com> | 2013-01-04 10:44:26 +0000 |
| commit | bc50f1ea933ef0488336237f563be24ea509a5f2 (patch) | |
| tree | c4a02a38df7a6bbe7854b526510c00527cf0e274 | |
| parent | 008500197a82a0ec15822bf17a35c5a283c50910 (diff) | |
| download | oslo-bc50f1ea933ef0488336237f563be24ea509a5f2.tar.gz oslo-bc50f1ea933ef0488336237f563be24ea509a5f2.tar.xz oslo-bc50f1ea933ef0488336237f563be24ea509a5f2.zip | |
Disable lockutils test_synchronized_externally
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
| -rw-r--r-- | tests/unit/test_lockutils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/test_lockutils.py b/tests/unit/test_lockutils.py index 5f50217..d6fbd8b 100644 --- a/tests/unit/test_lockutils.py +++ b/tests/unit/test_lockutils.py @@ -27,6 +27,7 @@ from eventlet import greenthread from eventlet import greenpool from openstack.common import lockutils +from openstack.common import testutils from tests import utils as test_utils @@ -128,6 +129,7 @@ class LockTestCase(test_utils.BaseTestCase): 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() |
