Merge "Temporarily disable send_hmac test as it fails intermittently in py34"

This commit is contained in:
Jenkins 2015-07-24 01:53:35 +00:00 committed by Gerrit Code Review
commit 41e8c63b2b

View File

@ -23,6 +23,7 @@ class TestEnvelope(base.TestCase):
super(TestEnvelope, self).setUp()
def test_message_hmac(self):
self.skipTest("This test is broken and will be fixed in CR# 201882")
statusMsg = {'seq': 42,
'status': 'OK',
'id': str(uuid.uuid4())}