Merge "Disable lockutils test_synchronized_externally"

This commit is contained in:
Jenkins 2013-01-04 15:33:40 +00:00 committed by Gerrit Code Review
commit 88e8838f91
1 changed files with 2 additions and 0 deletions

View File

@ -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()