Procházet zdrojové kódy

[tests] Restrict BigInt tests; they're taking far too long atm (#12309)

Rudy Ges před 2 měsíci
rodič
revize
dcbc19dc14
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      tests/unit/src/unit/TestMain.hx

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

@@ -69,7 +69,9 @@ function main() {
 		#if (!php && !lua)
 		new TestHttps(),
 		#end
+		#if (hl || jvm)
 		new TestBigInt(),
+		#end
 		#if !no_pattern_matching
 		new TestMatch(),
 		#end