| Index: tests/html/notifications_test.dart
|
| diff --git a/tests/html/notifications_test.dart b/tests/html/notifications_test.dart
|
| index eb1a9a378673f5cc9f8daac77d242bec5441710a..dbb34eb3530f402b90a1eff33c114fc50b395fda 100644
|
| --- a/tests/html/notifications_test.dart
|
| +++ b/tests/html/notifications_test.dart
|
| @@ -29,11 +29,14 @@ main() {
|
| }
|
| });
|
|
|
| + /*
|
| + // Sporadically flaky on Mac Chrome. Uncomment when Issue 8482 is fixed.
|
| test('construct notification', () {
|
| var note = new Notification('this is a notification');
|
| var note2 = new Notification('another notificiation',
|
| {'option1': 'foo'});
|
| });
|
| + */
|
| }
|
| });
|
| }
|
|
|