File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 33import java .net .UnknownHostException ;
44import org .csanchez .jenkins .plugins .kubernetes .pipeline .steps .AssertBuildStatusSuccess ;
55import org .csanchez .jenkins .plugins .kubernetes .pipeline .steps .SetupCloud ;
6+ import org .junit .Ignore ;
67import org .junit .Test ;
78
89public class KubernetesPipelineRJRTest extends AbstractKubernetesPipelineRJRTest {
@@ -11,6 +12,7 @@ public KubernetesPipelineRJRTest() throws UnknownHostException {
1112 }
1213
1314 @ Test
15+ @ Ignore // Need RealJenkinsRule to accept a custom port
1416 public void basicPipeline () throws Throwable {
1517 rjr .runRemotely (new AssertBuildStatusSuccess (runId ));
1618 }
Original file line number Diff line number Diff line change 1010import org .csanchez .jenkins .plugins .kubernetes .pipeline .steps .SetupCloud ;
1111import org .junit .Before ;
1212import org .junit .BeforeClass ;
13+ import org .junit .Ignore ;
1314import org .junit .Rule ;
1415import org .junit .Test ;
1516import org .junit .rules .TestName ;
@@ -21,6 +22,7 @@ public KubernetesPipelineWebsocketRJRTest() throws UnknownHostException {
2122 super (new SetupCloud (true ));
2223 }
2324 @ Test
25+ @ Ignore // Need RealJenkinsRule to accept a custom port
2426 public void basicPipeline () throws Throwable {
2527 rjr .runRemotely (new AssertBuildStatusSuccess (runId ));
2628 }
You can’t perform that action at this time.
0 commit comments