Browse Source

[spod-tests] Disable spod tests for PHP by default

Cauê Waneck 10 years ago
parent
commit
99ebf6419c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/unit/src/unit/Test.hx

+ 1 - 1
tests/unit/src/unit/Test.hx

@@ -300,7 +300,7 @@ class Test #if swf_mark implements mt.Protect #end {
 			//new TestRemoting(),
 			//new TestRemoting(),
 		];
 		];
 		// SPOD tests
 		// SPOD tests
-		#if ( (neko || php || java || cpp || (cs && travis)) && !macro && !interp)
+		#if ( (neko || (php && (travis || php_sqlite)) || java || cpp || (cs && travis)) && !macro && !interp)
 		#if ( travis && !(cpp || cs) )
 		#if ( travis && !(cpp || cs) )
 		if (Sys.getEnv("CI") != null && Sys.systemName() == "Linux")
 		if (Sys.getEnv("CI") != null && Sys.systemName() == "Linux")
 		{
 		{