Browse Source

[tests] Disable by now thread test. We should come up with a better way to test multi-threaded behaviors

Cauê Waneck 11 years ago
parent
commit
cea957f47c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tests/unit/Test.hx

+ 3 - 3
tests/unit/Test.hx

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