summaryrefslogtreecommitdiffstats
path: root/debian/patches/skip-test-lpe.patch
blob: e61e4c867bad599243d2b8300379fbf41b5bc4cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: skip test 31 - test_lpe64
 this fails on ard64, s390x, ppc64el
Bug: https://gitlab.com/inkscape/inkscape/-/issues/3554#note_1035680690
Forwarded: not-needed
Last-Update: 2022-12-20

--- a/testfiles/CMakeLists.txt
+++ b/testfiles/CMakeLists.txt
@@ -53,7 +53,7 @@
     set(LPE_TESTS_64bit
         #0.92 or lower LPEs
         # (test not stable on 32bit Windows)
-        lpe64-test
+        #lpe64-test
     )
 endif()
 
@@ -98,7 +98,7 @@
     2geom-characterization-test
     xml-test
     sp-item-group-test
-    lpe-test
+    #lpe-test
     ${LPE_TESTS_64bit}
     )