Skip to content

Commit 8c332e6

Browse files
authored
Merge pull request #1326 from Vlatombe/revert-1325-ignore-tests-for-releasing
2 parents 4d70aaa + c243dac commit 8c332e6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
<dependency>
254254
<groupId>io.jenkins.tools.bom</groupId>
255255
<artifactId>bom-2.361.x</artifactId>
256-
<version>1742.vb_70478c1b_25f</version>
256+
<version>1836.vfe602c266c05</version>
257257
<scope>import</scope>
258258
<type>pom</type>
259259
</dependency>

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)