Browse Source

[tests] don't run display tests for now

We have to figure out how to handle this properly. But they never catch anything on the CI anyway.
Simon Krajewski 6 years ago
parent
commit
aa590f7b10
1 changed files with 3 additions and 2 deletions
  1. 3 2
      tests/runci/targets/Macro.hx

+ 3 - 2
tests/runci/targets/Macro.hx

@@ -12,8 +12,9 @@ class Macro {
 
 
 		haxelibInstall("utest");
 		haxelibInstall("utest");
 
 
-		changeDirectory(displayDir);
-		runCommand("haxe", ["build.hxml"]);
+		// TODO: enable this again at some point
+		// changeDirectory(displayDir);
+		// runCommand("haxe", ["build.hxml"]);
 
 
 		changeDirectory(sourcemapsDir);
 		changeDirectory(sourcemapsDir);
 		runCommand("haxe", ["run.hxml"]);
 		runCommand("haxe", ["run.hxml"]);