diff options
-rw-r--r-- | src/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.java | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |