diff options
author | Sven Gothel <[email protected]> | 2010-11-23 06:44:45 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-23 06:44:45 +0100 |
commit | ce3508aa66b9a40974cce2988094d0edc68b30f4 (patch) | |
tree | 7044c25952d2e2c8452b1bcc78bc5213752b9cf5 | |
parent | a69cd0fef1c00df09a6dc4af76eab41abfdbf60e (diff) |
Ignore TestGearsGLJPanelAWT, not ready yetv2.0-rc1
-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 { |