Merge "Temporarily disable send_hmac test as it fails intermittently in py34"
This commit is contained in:
commit
41e8c63b2b
@ -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())}
|
||||
|
Loading…
Reference in New Issue
Block a user