Disable failing FEM test case TestSolverCalculix
authorTobias Frost <tobi@debian.org>
Sat, 4 Feb 2023 13:01:18 +0000 (14:01 +0100)
committerTobias Frost <tobi@debian.org>
Sat, 4 Feb 2023 13:01:18 +0000 (14:01 +0100)
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 <YYYY-MM-DD, last update of the meta-information, optional>

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 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name fix-1017598.patch

src/Mod/Fem/femtest/app/test_solver_calculix.py

index 0e29487976f8b0310d902b5af8e9e996fda0464c..413ef6051e7b1f687848488bea1c47d78f1467b5 100644 (file)
@@ -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(