We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d742ee5 commit 69eb4b3Copy full SHA for 69eb4b3
eng/helix/content/RunTests/Program.cs
@@ -32,13 +32,12 @@ static async Task Main(string[] args)
32
33
if (keepGoing)
34
{
35
- // TODO: This seems to be failing for an unknown reason, investigate it
36
- /*if (!await runner.CheckTestDiscoveryAsync())
+ if (!await runner.CheckTestDiscoveryAsync())
37
38
Console.WriteLine("RunTest stopping due to test discovery failure.");
39
Environment.Exit(1);
40
return;
41
- }*/
+ }
42
43
var exitCode = await runner.RunTestsAsync();
44
runner.UploadResults();
0 commit comments