Skip flaky test: background_isolate_test.dart: Hot restart kills background isolates (#96678)

This commit is contained in:
keyonghan 2022-01-14 16:20:20 -08:00 committed by GitHub
parent 4a05b9ed75
commit 792a40ed83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ void main() {
await Future<void>.delayed(const Duration(milliseconds: 10));
await subscription.cancel();
await flutter.stop();
});
}, skip: true); // Flake: https://github.com/flutter/flutter/issues/96677
testWithoutContext('Hot reload updates background isolates', () async {
final RepeatingBackgroundProject project = RepeatingBackgroundProject();