From ce3508aa66b9a40974cce2988094d0edc68b30f4 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 23 Nov 2010 06:44:45 +0100 Subject: Ignore TestGearsGLJPanelAWT, not ready yet --- .../jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.java b/src/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.java index a3358e0b8..8b3273a0f 100644 --- a/src/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.java +++ b/src/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.java @@ -42,6 +42,7 @@ import javax.swing.SwingUtilities; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.AfterClass; +import org.junit.Ignore; import org.junit.Test; public class TestGearsGLJPanelAWT extends UITestCase { @@ -105,7 +106,7 @@ public class TestGearsGLJPanelAWT extends UITestCase { } } ); } - @Test + @Ignore("not ready yet") @Test public void test01() throws AWTException, InterruptedException, InvocationTargetException { -- cgit v1.2.3