Pārlūkot izejas kodu

[tests] exclude tink_core delay tests for now

They have a tendency to fail randomly
Simon Krajewski 3 gadi atpakaļ
vecāks
revīzija
307c0240d6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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')"]);
 	}
 }