We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c986cf9 + 769325c commit 9de5573Copy full SHA for 9de5573
1 file changed
applications/MPMApplication/tests/restart_tests.py
@@ -98,7 +98,7 @@ def test_execution(self):
98
mpm_analysis.MpmAnalysis(model_save, self.project_parameters_save).Run()
99
mpm_analysis.MpmAnalysis(model_load, self.project_parameters_load).Run()
100
101
-
+@KratosUnittest.skip("This test has a race Condition in the CI causing a memory corruption. Please check")
102
class MPMRestartTestDynamicCantilever2D(MPMRestartTestFactory):
103
file_name = "beam_tests/dynamic_cantilever/dynamic_cantilever_consistent_mass_test"
104
0 commit comments