Browse Source

disable SPOD test until Caue is awake

Simon Krajewski 10 years ago
parent
commit
e1bdd89654
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/unit/src/unit/Test.hx

+ 2 - 0
tests/unit/src/unit/Test.hx

@@ -319,8 +319,10 @@ class Test #if swf_mark implements mt.Protect #end {
 				database : "haxe_test" })));
 		}
 		#end
+		#if caue_is_awake
 		classes.push(new TestSpod(sys.db.Sqlite.open("db.db3")));
 		#end
+		#end
 		TestIssues.addIssueClasses("src/unit/issues", "unit.issues");
 		TestIssues.addIssueClasses("src/unit/hxcpp_issues", "unit.hxcpp_issues");
 		var current = null;