Skip to content

Commit 09d4e70

Browse files
authored
Stop testing IsolateChannel on browsers (#24)
1 parent d9ee6b8 commit 09d4e70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/isolate_channel_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5+
@TestOn('vm')
6+
57
import 'dart:async';
68
import 'dart:isolate';
79

0 commit comments

Comments
 (0)