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
Disable flakey diagnostics tests in Swift 5.6 and below (swiftlang#1127)
It appears there is an issue in Swift 5.6 where a line of diagnostics
output is improperly cleared from the terminal by the build progress
prints. When this happens the tests potentially miss diagnostics they
expect to see. This only happens on Swift 5.6, so to ensure these tests
pass consistently, skip them there.
0 commit comments