X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fws%2Fgui%2FJws2ParamView.java;h=5ff4aeddb58b03995905983a1827c2aa275f6d91;hb=3412b273e964fb1a9d22564b04a5f0c827ec2461;hp=4c67d2578426d467bc8fb53117191c7c30ae3982;hpb=4bba61a3c701f83bdcb6707c4d9f17a1f5faaa04;p=jalview.git diff --git a/test/jalview/ws/gui/Jws2ParamView.java b/test/jalview/ws/gui/Jws2ParamView.java index 4c67d25..5ff4aed 100644 --- a/test/jalview/ws/gui/Jws2ParamView.java +++ b/test/jalview/ws/gui/Jws2ParamView.java @@ -30,9 +30,8 @@ import java.util.List; import javax.swing.JFrame; import javax.swing.JPanel; -import org.junit.BeforeClass; -import org.junit.Ignore; -import org.junit.Test; +import org.testng.annotations.BeforeClass; +import org.testng.annotations.Test; import compbio.metadata.Preset; import compbio.metadata.PresetManager; @@ -74,8 +73,8 @@ public class Jws2ParamView * This test marked Ignore as it appears to need user action to complete * rather than hang */ - @Test - @Ignore + + @Test(enabled = false) public void testJws2Gui() { Iterator presetEnum = presetTests.iterator();