From efddbc143891e71a4b3f08e2e6fd43b43879ad77 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 10 Sep 2020 21:01:55 +0200 Subject: [PATCH] Remove machine state modifications on Unix Changing /proc/sys/kernel/core_pattern is handled by core-eng and should not be done by helix consuming repositories. Also removing a workaround that has been fixed since (__CrashDumpFolder=/cores) on macOS. Also removing ulimit which is handled by core-eng as well. --- src/coreclr/tests/helixpublishwitharcade.proj | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/coreclr/tests/helixpublishwitharcade.proj b/src/coreclr/tests/helixpublishwitharcade.proj index cec547bd4ff12..74a8c88a05497 100644 --- a/src/coreclr/tests/helixpublishwitharcade.proj +++ b/src/coreclr/tests/helixpublishwitharcade.proj @@ -248,11 +248,8 @@ - - + - -