Skip to content

Commit 46e6974

Browse files
committed
Slightly relax runInPodWithMultipleContainers as it breaks with custom default image
1 parent 54b077b commit 46e6974

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/KubernetesPipelineTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ public void inheritFrom() throws Exception {
291291
@Test
292292
public void runInPodWithMultipleContainers() throws Exception {
293293
r.assertBuildStatusSuccess(r.waitForCompletion(b));
294-
r.assertLogContains("image: \"jenkins/inbound-agent:", b);
295294
r.assertLogContains("image: \"maven:3.3.9-jdk-8-alpine\"", b);
296295
r.assertLogContains("image: \"golang:1.6.3-alpine\"", b);
297296
r.assertLogContains("My Kubernetes Pipeline", b);

0 commit comments

Comments
 (0)