diff --git a/src/Mod/Fem/femtest/app/test_open.py b/src/Mod/Fem/femtest/app/test_open.py index 48a4c3f06b..362a5b4bf5 100644 --- a/src/Mod/Fem/femtest/app/test_open.py +++ b/src/Mod/Fem/femtest/app/test_open.py @@ -25,6 +25,7 @@ __title__ = "Open files FEM App unit tests" __author__ = "Bernd Hahnebach" __url__ = "https://www.freecad.org" +import platform import tempfile import unittest from os.path import join @@ -128,6 +129,12 @@ class TestObjectOpen(unittest.TestCase): def test_femobjects_open_de9b3fb438( self ): + # migration modules fail on s390x (big endian) and trigger OOMs, + # https://bugs.debian.org/984952 and + # https://bugs.launchpad.net/ubuntu/+source/freecad/+bug/1918474. + if platform.machine() == "s390x": + return + # the number in method name is the FreeCAD commit the document was created with # https://github.com/FreeCAD/FreeCAD/commit/de9b3fb438 # the document was created by running the object create unit test