mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
Remove dockerExecute rule from dockerExecuteOnKubernetes unit test (#1994)
This commit is contained in:
parent
c72020b7a5
commit
9e20e70050
@ -27,7 +27,6 @@ import static org.junit.Assert.assertFalse
|
||||
|
||||
class DockerExecuteOnKubernetesTest extends BasePiperTest {
|
||||
private ExpectedException exception = ExpectedException.none()
|
||||
private JenkinsDockerExecuteRule dockerExecuteRule = new JenkinsDockerExecuteRule(this)
|
||||
private JenkinsShellCallRule shellRule = new JenkinsShellCallRule(this)
|
||||
private JenkinsLoggingRule loggingRule = new JenkinsLoggingRule(this)
|
||||
private JenkinsStepRule stepRule = new JenkinsStepRule(this)
|
||||
@ -38,7 +37,6 @@ class DockerExecuteOnKubernetesTest extends BasePiperTest {
|
||||
.getCommonRules(this)
|
||||
.around(new JenkinsReadYamlRule(this))
|
||||
.around(exception)
|
||||
.around(dockerExecuteRule)
|
||||
.around(shellRule)
|
||||
.around(loggingRule)
|
||||
.around(stepRule)
|
||||
|
Loading…
Reference in New Issue
Block a user