Skip to content

Commit 769325c

Browse files
committed
Disable faulty test
1 parent 870304d commit 769325c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/MPMApplication/tests/restart_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_execution(self):
9898
mpm_analysis.MpmAnalysis(model_save, self.project_parameters_save).Run()
9999
mpm_analysis.MpmAnalysis(model_load, self.project_parameters_load).Run()
100100

101-
101+
@KratosUnittest.skip("This test has a race Condition in the CI causing a memory corruption. Please check")
102102
class MPMRestartTestDynamicCantilever2D(MPMRestartTestFactory):
103103
file_name = "beam_tests/dynamic_cantilever/dynamic_cantilever_consistent_mass_test"
104104

0 commit comments

Comments
 (0)