diff --git a/eng/helix/content/RunTests/Program.cs b/eng/helix/content/RunTests/Program.cs index a0e12227966b..f9ff43ffc7fe 100644 --- a/eng/helix/content/RunTests/Program.cs +++ b/eng/helix/content/RunTests/Program.cs @@ -32,13 +32,12 @@ static async Task Main(string[] args) if (keepGoing) { - // TODO: This seems to be failing for an unknown reason, investigate it - /*if (!await runner.CheckTestDiscoveryAsync()) + if (!await runner.CheckTestDiscoveryAsync()) { Console.WriteLine("RunTest stopping due to test discovery failure."); Environment.Exit(1); return; - }*/ + } var exitCode = await runner.RunTestsAsync(); runner.UploadResults();