From aeaae25a13f0a17da37a9585ce75defc47ed1bd5 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Fri, 18 Sep 2015 16:50:43 +0100 Subject: [PATCH] JAL-1270 disable test as not really a test and goes mad on the server --- test/jalview/gui/FontChooserTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jalview/gui/FontChooserTest.java b/test/jalview/gui/FontChooserTest.java index 29c7748..355fdc3 100644 --- a/test/jalview/gui/FontChooserTest.java +++ b/test/jalview/gui/FontChooserTest.java @@ -35,7 +35,7 @@ public class FontChooserTest * available, plain) fonts and point sizes that would be rejected by Jalview's * FontChooser as having an I-width of less than 1.0. */ - @Test(groups = { "Functional" }) + @Test(groups = { "Functional" }, enabled = false) public void dumpInvalidFonts() { String[] fonts = java.awt.GraphicsEnvironment -- 1.7.10.2