Skip to content

Commit

Permalink
Attempt to fix TrendReportGraphsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
a-st committed Sep 29, 2023
1 parent 4cbef79 commit 6d8ecd5
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import hudson.model.FreeStyleProject;
import hudson.plugins.performance.reports.PerformanceReport;
import hudson.plugins.performance.reports.PerformanceReportTest;
import org.junit.After;
import org.junit.Rule;
import org.junit.Test;
import org.jvnet.hudson.test.JenkinsRule;
Expand All @@ -15,11 +14,6 @@ public class TrendReportGraphsTest {
@Rule
public JenkinsRule j = new JenkinsRule();

@After
public void shutdown() throws Exception {
j.after();
}

@Test
public void test() throws Exception {
FreeStyleProject project = j.createFreeStyleProject();
Expand Down

0 comments on commit 6d8ecd5

Please sign in to comment.