Skip to content

Commit

Permalink
KubernetesPipelineTest.invalidPodGetsCancelled also affected by jen…
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Dec 7, 2021
1 parent 1802965 commit 644f700
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -682,9 +682,9 @@ public void dynamicPVC() throws Exception {

@Test
public void invalidPodGetsCancelled() throws Exception {
r.assertBuildStatus(Result.FAILURE, r.waitForCompletion(b));
r.assertBuildStatus(Result.ABORTED, r.waitForCompletion(b));
r.assertLogContains("ERROR: Unable to create pod", b);
r.assertLogContains("ERROR: Queue task was cancelled", b);
r.assertLogContains("Queue task was cancelled", b);
}

@Issue("SECURITY-1646")
Expand Down

0 comments on commit 644f700

Please sign in to comment.