dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
213 stars 71 forks source link

Fix test timeouts related to weak null safety #2416

Closed elliette closed 2 months ago

elliette commented 2 months ago

The --no-sound-null-safety option was removed from the frontend server (see https://dart-review.googlesource.com/c/sdk/+/363340), and so now our frontend server tests for weak null safety are timing out during the compilation step (see https://github.com/dart-lang/webdev/actions/runs/8744376463/job/23997177184)

This PR removes the weak null safety tests.