From b9b62e3771a1bd7f729c3fe05ae62ee174daa4ad Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Thu, 26 Mar 2020 10:18:38 -0400 Subject: [PATCH] Removing assert that job is pending on job launch --- .../tests/integration/targets/tower_job_wait/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/awx_collection/tests/integration/targets/tower_job_wait/tasks/main.yml b/awx_collection/tests/integration/targets/tower_job_wait/tasks/main.yml index e677203855..e6d7cbf62b 100644 --- a/awx_collection/tests/integration/targets/tower_job_wait/tasks/main.yml +++ b/awx_collection/tests/integration/targets/tower_job_wait/tasks/main.yml @@ -52,7 +52,6 @@ - assert: that: - job is changed - - "job.status == 'pending'" - name: Wait for the Job to finish tower_job_wait: @@ -74,7 +73,6 @@ - assert: that: - job is changed - - "job.status == 'pending'" - name: Timeout waiting for the job to complete tower_job_wait: