From 3d5ec51a8da976620f6cebb78d6f0f096f2a6fbd Mon Sep 17 00:00:00 2001 From: Tobias Frost Date: Sat, 4 Feb 2023 14:01:18 +0100 Subject: [PATCH] Disable failing FEM test case TestSolverCalculix Bug: https://github.com/FreeCAD/FreeCAD/issues/7188 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017598 Forwarded: not-needed, Debian specific. Last-Update: 2022-08-18 The upstream bug tracker suggests that this is a problem with the test, as it seems floats for the input are very similiar, only differing by the LSB. This patch disables the test. Last-Update: 2022-08-18 Gbp-Pq: Name fix-1017598.patch --- src/Mod/Fem/femtest/app/test_solver_calculix.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/Mod/Fem/femtest/app/test_solver_calculix.py b/src/Mod/Fem/femtest/app/test_solver_calculix.py index 0e294879..413ef605 100644 --- a/src/Mod/Fem/femtest/app/test_solver_calculix.py +++ b/src/Mod/Fem/femtest/app/test_solver_calculix.py @@ -270,12 +270,13 @@ class TestSolverCalculix(unittest.TestCase): self.input_file_writing_test(get_namefromdef("test_")) # ******************************************************************************************** - def test_constraint_transform_torque( - self - ): - from femexamples.constraint_transform_torque import setup - setup(self.document, "calculix") - self.input_file_writing_test(get_namefromdef("test_")) + # disabled, #1017598 + #def test_constraint_transform_torque( + # self + #): + # from femexamples.constraint_transform_torque import setup + # setup(self.document, "calculix") + # self.input_file_writing_test(get_namefromdef("test_")) # ******************************************************************************************** def test_frequency_beamsimple( -- 2.30.2