Unverified Commit 792a40ed authored by keyonghan's avatar keyonghan Committed by GitHub

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

parent 4a05b9ed
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment