We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c53a3ea + 420eaab commit 4d70aaaCopy full SHA for 4d70aaa
src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/RestartPipelineTest.java
@@ -52,6 +52,7 @@
52
import org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext;
53
import org.junit.BeforeClass;
54
import org.junit.ClassRule;
55
+import org.junit.Ignore;
56
import org.junit.Rule;
57
import org.junit.Test;
58
import org.junit.rules.TemporaryFolder;
@@ -67,6 +68,7 @@
67
68
import hudson.slaves.DumbSlave;
69
import hudson.slaves.JNLPLauncher;
70
71
+@Ignore
72
public class RestartPipelineTest {
73
protected static final String CONTAINER_ENV_VAR_VALUE = "container-env-var-value";
74
protected static final String POD_ENV_VAR_VALUE = "pod-env-var-value";
0 commit comments