Skip to content

Commit

Permalink
[JENKINS-18986] AbstractBuildTrendFilterTest seems to be running fine.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Aug 21, 2015
1 parent 89762c9 commit cab7428
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 155 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.509.2</version>
<version>1.509.3</version>
</parent>

<artifactId>view-job-filters</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions src/test/java/hudson/views/AbstractBuildTrendFilterTest.java
Expand Up @@ -13,18 +13,18 @@
import java.util.concurrent.Callable;

import org.junit.Rule;
import org.junit.Test;
import org.jvnet.hudson.test.Bug;
import org.jvnet.hudson.test.JenkinsRule;
import org.jvnet.hudson.test.FailureBuilder;
import org.jvnet.hudson.test.RunLoadCounter;

public class AbstractBuildTrendFilterTest {

@Rule public JenkinsRule j = new JenkinsRule();

@Bug(18986)
// @Test
// skip - I cannot get this test to succeed no matter what version of jdk/maven I use.
// it works from within eclipse, but not from command line or from jenkins
@Test
public void lazyLoading() throws Exception {
final FreeStyleProject p1 = j.createFreeStyleProject("p1");
RunLoadCounter.prepare(p1);
Expand Down
151 changes: 0 additions & 151 deletions src/test/java/hudson/views/RunLoadCounter.java

This file was deleted.

0 comments on commit cab7428

Please sign in to comment.