Переглянути джерело

disable BigInt tests on all targets

Simon Krajewski 4 днів тому
батько
коміт
12f3b1860c
1 змінених файлів з 3 додано та 3 видалено
  1. 3 3
      tests/unit/src/unit/TestMain.hx

+ 3 - 3
tests/unit/src/unit/TestMain.hx

@@ -68,9 +68,9 @@ function main() {
 		#if (!php && !lua)
 		new TestHttps(),
 		#end
-		#if (!lua && !interp && !flash)
-		new TestBigInt(),
-		#end
+		/* Every target struggles with these tests. We can occasionally enable them when
+			making related changes, but otherwise this is not worth the CI time. */
+		// new TestBigInt(),
 		#if !no_pattern_matching
 		new TestMatch(),
 		#end