Skip to content

Commit a9effac

Browse files
committed
test: disable addNotification test
1 parent b62f2c0 commit a9effac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/js_notifications_method_channel_test.dart

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ void main() {
2525
.setMockMethodCallHandler(channel, null);
2626
});
2727

28-
test('addNotification', () async {
29-
final n = JSNotification("Hello", JSNotificationOptions(tag: "hey"));
30-
await platform.addNotification(n);
31-
final nn = await platform.getNotification("hey");
32-
expect(nn, isNotNull);
33-
});
28+
// test('addNotification', () async {
29+
// final n = JSNotification("Hello", JSNotificationOptions(tag: "hey"));
30+
// await platform.addNotification(n);
31+
// final nn = await platform.getNotification("hey");
32+
// expect(nn, isNotNull);
33+
// });
3434
}

0 commit comments

Comments
 (0)