diff --git a/src/tests/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs b/src/tests/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs index 020eb7cd9c6720..826ed224cadf39 100644 --- a/src/tests/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs +++ b/src/tests/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs @@ -311,6 +311,7 @@ static bool CollectCrashDumpWithCreateDump(Process process, string crashDumpPath try { createdump.Kill(entireProcessTree: true); + break; } catch (Exception e) {