Blob Blame History Raw
From f51566328e5c8a87a1188cd4dff1e4852b3f8533 Mon Sep 17 00:00:00 2001
From: mozman <me@mozman.at>
Date: Sat, 30 Jul 2022 18:19:10 +0200
Subject: [PATCH] disable test "issue142" because of issue #713

---
 integration_tests/test_mapbox_earcut.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration_tests/test_mapbox_earcut.py b/integration_tests/test_mapbox_earcut.py
index 3cfe79f7a..ee49a35a3 100644
--- a/integration_tests/test_mapbox_earcut.py
+++ b/integration_tests/test_mapbox_earcut.py
@@ -58,7 +58,7 @@ def earcut_driver(
     # "issue111": 19,  # error? - I don't see it!
     "issue119": 18,
     "issue131": 12,
-    "issue142": 4,
+    # "issue142": 4, disabled because of issue #713 on some aarch64 systems
     "issue149": 2,
     "issue16": 12,
     "issue17": 11,