File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 5252import org .jenkinsci .plugins .workflow .support .steps .ExecutorStepDynamicContext ;
5353import org .junit .BeforeClass ;
5454import org .junit .ClassRule ;
55- import org .junit .Ignore ;
5655import org .junit .Rule ;
5756import org .junit .Test ;
5857import org .junit .rules .TemporaryFolder ;
6867import hudson .slaves .DumbSlave ;
6968import hudson .slaves .JNLPLauncher ;
7069
71- @ Ignore
7270public 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" ;
You can’t perform that action at this time.
0 commit comments