Skip to content

Commit 69eb4b3

Browse files
authored
Re-enable test discovery (#34280)
1 parent d742ee5 commit 69eb4b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

eng/helix/content/RunTests/Program.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ static async Task Main(string[] args)
3232

3333
if (keepGoing)
3434
{
35-
// TODO: This seems to be failing for an unknown reason, investigate it
36-
/*if (!await runner.CheckTestDiscoveryAsync())
35+
if (!await runner.CheckTestDiscoveryAsync())
3736
{
3837
Console.WriteLine("RunTest stopping due to test discovery failure.");
3938
Environment.Exit(1);
4039
return;
41-
}*/
40+
}
4241

4342
var exitCode = await runner.RunTestsAsync();
4443
runner.UploadResults();

0 commit comments

Comments
 (0)