Explorar o código

[tests] exclude tink_core delay tests for now

They have a tendency to fail randomly
Simon Krajewski %!s(int64=3) %!d(string=hai) anos
pai
achega
307c0240d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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", ["install", "tests.hxml", "--always"]);
 		runCommand("haxelib", ["dev", "tink_core", "."]);
-		runCommand("haxe", ["tests.hxml", "-w", "-WDeprecated", "--interp"]);
+		runCommand("haxe", ["tests.hxml", "-w", "-WDeprecated", "--interp", "--macro", "addMetadata('@:exclude','Futures','testDelay')"]);
 	}
 }