Browse Source

[tests] exclude tink_core delay tests for now

They have a tendency to fail randomly
Simon Krajewski 3 years ago
parent
commit
307c0240d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/runci/targets/Macro.hx

+ 1 - 1
tests/runci/targets/Macro.hx

@@ -51,6 +51,6 @@ class Macro {
 		runCommand("haxelib", ["newrepo"]);
 		runCommand("haxelib", ["newrepo"]);
 		runCommand("haxelib", ["install", "tests.hxml", "--always"]);
 		runCommand("haxelib", ["install", "tests.hxml", "--always"]);
 		runCommand("haxelib", ["dev", "tink_core", "."]);
 		runCommand("haxelib", ["dev", "tink_core", "."]);
-		runCommand("haxe", ["tests.hxml", "-w", "-WDeprecated", "--interp"]);
+		runCommand("haxe", ["tests.hxml", "-w", "-WDeprecated", "--interp", "--macro", "addMetadata('@:exclude','Futures','testDelay')"]);
 	}
 	}
 }
 }