Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some recently added tests neglected to invoke the JENKINS-30395 worka…
…round.

Originally-Committed-As: 95e1886f06bb74174087e8cc42d1a56be2fef2c7
  • Loading branch information
jglick committed Jan 18, 2016
1 parent 7dbcdff commit 16f8572
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@

public class ScalabilityTest {

@Rule public RestartableJenkinsRule story = new RestartableJenkinsRule();
@Rule public RestartableJenkinsRule story = JenkinsRuleExt.workAroundJenkins30395Restartable();

@Issue("JENKINS-30055")
@Test public void manySteps() {
Expand Down

0 comments on commit 16f8572

Please sign in to comment.