mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Skip flaky test: background_isolate_test.dart: Hot restart kills background isolates (#96678)
This commit is contained in:
parent
4a05b9ed75
commit
792a40ed83
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user