From f7689115ae69fb8e26b821b134f787cfcc818195 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Thu, 30 Oct 2025 23:13:14 -0500 Subject: [PATCH] FEM: Disable FEM GUI unit tests --- src/Mod/Fem/InitGui.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Mod/Fem/InitGui.py b/src/Mod/Fem/InitGui.py index e7d0a2ada7..19e0e02cee 100644 --- a/src/Mod/Fem/InitGui.py +++ b/src/Mod/Fem/InitGui.py @@ -55,7 +55,9 @@ sys.meta_path.append(FemMigrateGui()) # add FEM Gui unit tests -FreeCAD.__unit_test__ += ["TestFemGui"] +# Disabled on 2025-10-30 because of unexplained failing CI that appears to trace back to these +# few tests. - chennes +# FreeCAD.__unit_test__ += ["TestFemGui"] class FemWorkbench(Workbench):