diff --git a/packages/flutter/test/foundation/assertions_test.dart b/packages/flutter/test/foundation/assertions_test.dart index 72a50db0170..56d8e59f1a9 100644 --- a/packages/flutter/test/foundation/assertions_test.dart +++ b/packages/flutter/test/foundation/assertions_test.dart @@ -14,7 +14,7 @@ void main() { }); expect(log[0], contains('Example label')); expect(log[1], contains('debugPrintStack')); - }); + }, skip: isBrowser); test('debugPrintStack', () { final List log = captureOutput(() { @@ -39,7 +39,7 @@ void main() { expect(joined, contains('captureOutput')); expect(joined, contains('\nExample information\n')); - }); + }, skip: isBrowser); test('FlutterErrorDetails.toString', () { expect(