diff --git a/eng/helix/content/RunTests/TestRunner.cs b/eng/helix/content/RunTests/TestRunner.cs index 4eb8c903e2c5..5a3ee471b02b 100644 --- a/eng/helix/content/RunTests/TestRunner.cs +++ b/eng/helix/content/RunTests/TestRunner.cs @@ -247,7 +247,7 @@ public async Task RunTestsAsync() { // Timeout test run 5 minutes before the Helix job would timeout var cts = new CancellationTokenSource(Options.Timeout.Subtract(TimeSpan.FromMinutes(5))); - var commonTestArgs = $"test {Options.Target} --logger:xunit --logger:\"console;verbosity=normal\" --blame \"CollectHangDump;TestTimeout=5m\""; + var commonTestArgs = $"test {Options.Target} -s helix.runsettings"; if (Options.Quarantined) { Console.WriteLine("Running quarantined tests."); diff --git a/eng/helix/content/helix.runsettings b/eng/helix/content/helix.runsettings new file mode 100644 index 000000000000..83460a88729d --- /dev/null +++ b/eng/helix/content/helix.runsettings @@ -0,0 +1,25 @@ + + + + + + + + + + Normal + + + + + + + + + + + + + + +