summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-04 15:33:40 +0000
committerGerrit Code Review <review@openstack.org>2013-01-04 15:33:40 +0000
commit8ed3163c2b3f372402e6bccf7df5f3f3222d8c98 (patch)
tree3683169ee880dc33e277af0ae75a6e40cda613bf /tests
parent4234f240f72a844686900944a247f7de2a4ac29c (diff)
parentbc50f1ea933ef0488336237f563be24ea509a5f2 (diff)
downloadoslo-8ed3163c2b3f372402e6bccf7df5f3f3222d8c98.tar.gz
oslo-8ed3163c2b3f372402e6bccf7df5f3f3222d8c98.tar.xz
oslo-8ed3163c2b3f372402e6bccf7df5f3f3222d8c98.zip
Merge "Disable lockutils test_synchronized_externally"
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_lockutils.py2
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()