Jelajahi Sumber

[tests] Restrict BigInt tests; they're taking far too long atm

Rudy Ges 2 bulan lalu
induk
melakukan
8b60bd3061
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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