Merge "Fix test race in test_container_jobs"

This commit is contained in:
Zuul 2019-03-11 22:30:49 +00:00 committed by Gerrit Code Review
commit 176a569691
1 changed files with 1 additions and 1 deletions

View File

@ -4773,7 +4773,7 @@ class TestContainerJobs(AnsibleZuulTestCase):
self.assertHistory([
dict(name='container-machine', result='SUCCESS', changes='1,1'),
dict(name='container-native', result='SUCCESS', changes='1,1'),
])
], ordered=False)
class TestProvidesRequiresPause(AnsibleZuulTestCase):