22 lines
789 B
Diff
22 lines
789 B
Diff
diff --git a/core/src/test/java/hudson/model/LoadStatisticsTest.java b/core/src/test/java/hudson/model/LoadStatisticsTest.java
|
|
index 857abc05bc..f0b8175ec0 100644
|
|
--- a/core/src/test/java/hudson/model/LoadStatisticsTest.java
|
|
+++ b/core/src/test/java/hudson/model/LoadStatisticsTest.java
|
|
@@ -39,6 +39,7 @@ import java.nio.file.Files;
|
|
import java.nio.file.StandardOpenOption;
|
|
import javax.imageio.ImageIO;
|
|
import org.jfree.chart.JFreeChart;
|
|
+import org.junit.Ignore;
|
|
import org.junit.Test;
|
|
|
|
/**
|
|
@@ -47,6 +48,7 @@ import org.junit.Test;
|
|
public class LoadStatisticsTest {
|
|
|
|
@Test
|
|
+ @Ignore
|
|
public void graph() throws IOException {
|
|
assumeFalse("TODO: Implement this test on Windows", Functions.isWindows());
|
|
LoadStatistics ls = new LoadStatistics(0, 0) {
|
|
|