From b13f164ba3624e0e8577cc90768d8249a452e5ea Mon Sep 17 00:00:00 2001 From: Tomas Date: Sat, 16 Nov 2019 13:14:56 +0100 Subject: [PATCH] Execute tests serially --- src/coreclr/tests/src/helixpublishwitharcade.proj | 4 +--- src/coreclr/tests/tests.targets | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/coreclr/tests/src/helixpublishwitharcade.proj b/src/coreclr/tests/src/helixpublishwitharcade.proj index 753977d38bed25..c2d6cace02b6ab 100644 --- a/src/coreclr/tests/src/helixpublishwitharcade.proj +++ b/src/coreclr/tests/src/helixpublishwitharcade.proj @@ -182,9 +182,7 @@ $(TestRunNamePrefix)$(BuildOS) $(BuildArch) $(BuildType) $(Scenario) @ $([System.TimeSpan]::FromMinutes($(TimeoutPerTestInMinutes)).TotalMilliseconds) true - <_XUnitParallelMode>collections - <_XUnitParallelMode Condition=" '$(LongRunningGCTests)' == 'true' ">none - <_XUnitParallelMode Condition=" '$(GcSimulatorTests)' == 'true' ">none + <_XUnitParallelMode>none -parallel $(_XUnitParallelMode) -nocolor -noshadow -xml testResults.xml diff --git a/src/coreclr/tests/tests.targets b/src/coreclr/tests/tests.targets index e8d0192f3540e6..96cf18c442a751 100644 --- a/src/coreclr/tests/tests.targets +++ b/src/coreclr/tests/tests.targets @@ -43,7 +43,8 @@ $(CORE_ROOT)\xunit.console.dll - -parallel $(ParallelRun) + + -parallel none $(XunitArgs) -html $(__TestRunHtmlLog) $(XunitArgs) -xml $(__TestRunXmlLog) $(XunitArgs) @(IncludeTraitsItems->'-trait %(Identity)', ' ')