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 2030-fix-
1017598.patch
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(