diff --git a/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic.prj b/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic.prj
index c34a05b3463ef93498dc98a5b431d02116cae1b7..518a0f5a194425bacb233eb0ea206cd483c7e480 100644
--- a/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic.prj
+++ b/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic.prj
@@ -84,6 +84,7 @@
                     <fracture_normals> 1 0 0    0 1 0 </fracture_normals>
                     <fracture_rotation_xy>phi</fracture_rotation_xy>
                     <fracture_rotation_yz>zero</fracture_rotation_yz>
+                    <jacobian_factor>0.707</jacobian_factor>
                 </property>
             </properties>
         </medium>
@@ -264,10 +265,8 @@
             <name>general_linear_solver</name>
             <lis>-i bicgstab -p ilu -tol 1e-12 -maxiter 10000</lis>
             <eigen>
-                <solver_type>BiCGSTAB</solver_type>
-                <precon_type>DIAGONAL</precon_type>
-                <max_iteration_step>10000</max_iteration_step>
-                <error_tolerance>1e-12</error_tolerance>
+                <solver_type>SparseLU</solver_type>
+                <scaling>true</scaling>
             </eigen>
         </linear_solver>
     </linear_solvers>
diff --git a/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic_rotated.prj b/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic_rotated.prj
index 7574d5f1ac9c5f1c9505a9fb35bed976503bfb7b..7fb4f4f855e90149b53f72b7c10b8b3d9b04f280 100644
--- a/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic_rotated.prj
+++ b/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic_rotated.prj
@@ -84,6 +84,7 @@
                     <fracture_normals> 1 0 0    0 1 0 </fracture_normals>
                     <fracture_rotation_xy>phi</fracture_rotation_xy>
                     <fracture_rotation_yz>zero</fracture_rotation_yz>
+                    <jacobian_factor>0.707</jacobian_factor>
                 </property>
             </properties>
         </medium>
@@ -264,10 +265,8 @@
             <name>general_linear_solver</name>
             <lis>-i bicgstab -p ilu -tol 1e-12 -maxiter 10000</lis>
             <eigen>
-                <solver_type>BiCGSTAB</solver_type>
-                <precon_type>DIAGONAL</precon_type>
-                <max_iteration_step>10000</max_iteration_step>
-                <error_tolerance>1e-12</error_tolerance>
+                <solver_type>SparseLU</solver_type>
+                <scaling>true</scaling>
             </eigen>
         </linear_solver>
     </linear_solvers>
diff --git a/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_quasiisotropic.prj b/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_quasiisotropic.prj
index d925145398e026d650305b9295594529b93a2947..68e4b2bf218cd201a7eaf9538b458ac5f2a4839c 100644
--- a/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_quasiisotropic.prj
+++ b/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_quasiisotropic.prj
@@ -84,6 +84,7 @@
                     <fracture_normals> 1 0 0    0 1 0 </fracture_normals>
                     <fracture_rotation_xy>phi</fracture_rotation_xy>
                     <fracture_rotation_yz>zero</fracture_rotation_yz>
+                    <jacobian_factor>0.707</jacobian_factor>
                 </property>
             </properties>
         </medium>
@@ -266,10 +267,8 @@
             <name>general_linear_solver</name>
             <lis>-i bicgstab -p ilu -tol 1e-12 -maxiter 10000</lis>
             <eigen>
-                <solver_type>BiCGSTAB</solver_type>
-                <precon_type>DIAGONAL</precon_type>
-                <max_iteration_step>10000</max_iteration_step>
-                <error_tolerance>1e-12</error_tolerance>
+                <solver_type>SparseLU</solver_type>
+                <scaling>true</scaling>
             </eigen>
         </linear_solver>
     </linear_solvers>