You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I disabled these tests as part of #42240 after they failed repeatedly in CI despite working locally on Windows and Linux systems. We should figure out what's up and re-enable them. The fix that worked for the remaining GlobbingAppTests that didn't need to be skipped was to strip Terminal Logger ANSI codes from the stdout of the app being run via dotnet run so that the simple string-based equality checks being done in the tests would work, but those do in fact work locally.
The text was updated successfully, but these errors were encountered:
baronfel
changed the title
Re-enable Microsoft.DotNet.Watcher.Tests.GlobbingAppTests.RenameCompiledFile
Re-enable Microsoft.DotNet.Watcher.Tests.GlobbingAppTests.RenameCompiledFile and DeleteSourceFolder
Aug 22, 2024
Describe the bug
I disabled these tests as part of #42240 after they failed repeatedly in CI despite working locally on Windows and Linux systems. We should figure out what's up and re-enable them. The fix that worked for the remaining GlobbingAppTests that didn't need to be skipped was to strip Terminal Logger ANSI codes from the stdout of the app being run via
dotnet run
so that the simple string-based equality checks being done in the tests would work, but those do in fact work locally.The text was updated successfully, but these errors were encountered: