Closed
Description
Tests that use ITestOutputHelper
are now printing the output even when the test is passing.
For example, if you run dotnet build .\src\libraries\System.Net.Http\tests\FunctionalTests\ /t:Test
, the console will print 5000 lines of text even if everything's passing.
It looks like it started with #103279