Explorar o código

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

Caue Waneck %!s(int64=12) %!d(string=hai) anos
pai
achega
e254ce53bd
Modificáronse 1 ficheiros con 1 adicións e 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(),