Explorar el Código

[tests] Disabled cpp TestThreads as it's hanging for now

Caue Waneck hace 12 años
padre
commit
e254ce53bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/unit/Test.hx

+ 1 - 1
tests/unit/Test.hx

@@ -258,7 +258,7 @@ class Test #if swf_mark implements mt.Protect #end {
 			#if ((dce == "full") && !interp && !as3)
 			new TestDCE(),
 			#end
-			#if ( (java || neko || cpp) && !macro && !interp)
+			#if ( (java || neko) && !macro && !interp)
 			new TestThreads(),
 			#end
 			//new TestUnspecified(),