Browse Source

[spod/cpp] Temporarily disable Mysql SPOD tests

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

+ 1 - 1
tests/unit/Test.hx

@@ -301,7 +301,7 @@ class Test #if swf_mark implements mt.Protect #end {
 		];
 		];
 		// SPOD tests
 		// SPOD tests
 		#if ( (neko || php || java || cpp) && !macro && !interp)
 		#if ( (neko || php || java || cpp) && !macro && !interp)
-		#if travis
+		#if (travis && !cpp)
 		if (Sys.systemName() != "Mac")
 		if (Sys.systemName() != "Mac")
 		{
 		{
 			classes.push(new TestSpod(sys.db.Mysql.connect({
 			classes.push(new TestSpod(sys.db.Mysql.connect({