diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-01-04 15:33:40 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-01-04 15:33:40 +0000 |
| commit | 8ed3163c2b3f372402e6bccf7df5f3f3222d8c98 (patch) | |
| tree | 3683169ee880dc33e277af0ae75a6e40cda613bf /tests | |
| parent | 4234f240f72a844686900944a247f7de2a4ac29c (diff) | |
| parent | bc50f1ea933ef0488336237f563be24ea509a5f2 (diff) | |
| download | oslo-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.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() |
