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.
RestartPipelineTest
1 parent 4d70aaa commit 2430616Copy full SHA for 2430616
src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/RestartPipelineTest.java
@@ -52,7 +52,6 @@
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;
@@ -68,7 +67,6 @@
68
67
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