Stop testing IsolateChannel on browsers (#24)

diff --git a/test/isolate_channel_test.dart b/test/isolate_channel_test.dart
index 66834ca..8f33184 100644
--- a/test/isolate_channel_test.dart
+++ b/test/isolate_channel_test.dart
@@ -2,6 +2,8 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
+@TestOn('vm')
+
 import 'dart:async';
 import 'dart:isolate';