diff --git a/pkgs/test_core/lib/src/runner/vm/platform.dart b/pkgs/test_core/lib/src/runner/vm/platform.dart index aa4eeb81a..512f7db43 100644 --- a/pkgs/test_core/lib/src/runner/vm/platform.dart +++ b/pkgs/test_core/lib/src/runner/vm/platform.dart @@ -80,7 +80,6 @@ class VMPlatform extends PlatformPlugin { rethrow; } outerChannel = MultiChannel(IsolateChannel.connectReceive(receivePort)); - cleanupCallbacks.add(isolate.kill); } cleanupCallbacks.add(outerChannel.sink.close);