Skip to content

Commit 2430616

Browse files
authored
Revert "Ignore RestartPipelineTest until I sort out the test issue"
1 parent 4d70aaa commit 2430616

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
import org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext;
5353
import org.junit.BeforeClass;
5454
import org.junit.ClassRule;
55-
import org.junit.Ignore;
5655
import org.junit.Rule;
5756
import org.junit.Test;
5857
import org.junit.rules.TemporaryFolder;
@@ -68,7 +67,6 @@
6867
import hudson.slaves.DumbSlave;
6968
import hudson.slaves.JNLPLauncher;
7069

71-
@Ignore
7270
public class RestartPipelineTest {
7371
protected static final String CONTAINER_ENV_VAR_VALUE = "container-env-var-value";
7472
protected static final String POD_ENV_VAR_VALUE = "pod-env-var-value";

0 commit comments

Comments
 (0)