Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 792a40e

Browse files
authored
Skip flaky test: background_isolate_test.dart: Hot restart kills background isolates (#96678)
1 parent 4a05b9e commit 792a40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/test/integration.shard/background_isolate_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void main() {
5555
await Future<void>.delayed(const Duration(milliseconds: 10));
5656
await subscription.cancel();
5757
await flutter.stop();
58-
});
58+
}, skip: true); // Flake: https://github.com/flutter/flutter/issues/96677
5959

6060
testWithoutContext('Hot reload updates background isolates', () async {
6161
final RepeatingBackgroundProject project = RepeatingBackgroundProject();

0 commit comments

Comments
 (0)