aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/test/com/jogamp/opengl/test/junit/jogl/acore/TestInitConcurrent02NEWT.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestInitConcurrent02NEWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestInitConcurrent02NEWT.java
index fab427a45..f2871a6e5 100644
--- a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestInitConcurrent02NEWT.java
+++ b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestInitConcurrent02NEWT.java
@@ -46,16 +46,28 @@ public class TestInitConcurrent02NEWT extends InitConcurrentBaseNEWT {
@Test
public void test02TwoThreads() throws InterruptedException {
+ if(!mainRun) {
+ System.err.println("Disabled for auto unit test until further analysis - Windows/ATI driver crash");
+ return;
+ }
runJOGLTasks(2, false);
}
@Test
public void test02FourThreads() throws InterruptedException {
+ if(!mainRun) {
+ System.err.println("Disabled for auto unit test until further analysis - Windows/ATI driver crash");
+ return;
+ }
runJOGLTasks(4, false);
}
@Test
public void test16SixteenThreads() throws InterruptedException {
+ if(!mainRun) {
+ System.err.println("Disabled for auto unit test until further analysis - Windows/ATI driver crash");
+ return;
+ }
if( !mainRun &&
Platform.getCPUFamily() != Platform.CPUFamily.ARM &&
Platform.getOSType() != Platform.OSType.WINDOWS ) {