Fix race in test_shadow

Job order is not guaranteed in this test.

Change-Id: I2993d885384c2e7f8fb97d75199133b95e926b0a
This commit is contained in:
James E. Blair 2017-07-12 08:50:56 -07:00
parent bd3cd671c8
commit adafa6c12d
1 changed files with 1 additions and 1 deletions

View File

@ -699,4 +699,4 @@ class TestShadow(ZuulTestCase):
self.assertHistory([
dict(name='test1', result='SUCCESS', changes='1,1'),
dict(name='test2', result='SUCCESS', changes='1,1'),
])
], ordered=False)