diff --git a/src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/RestartPipelineTest.java b/src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/RestartPipelineTest.java index 9cd860f5bc..b4a28f747f 100644 --- a/src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/RestartPipelineTest.java +++ b/src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/RestartPipelineTest.java @@ -52,6 +52,7 @@ import org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext; import org.junit.BeforeClass; import org.junit.ClassRule; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TemporaryFolder; @@ -67,6 +68,7 @@ import hudson.slaves.DumbSlave; import hudson.slaves.JNLPLauncher; +@Ignore public class RestartPipelineTest { protected static final String CONTAINER_ENV_VAR_VALUE = "container-env-var-value"; protected static final String POD_ENV_VAR_VALUE = "pod-env-var-value";