diff --git a/lib/web_ui/test/engine/history_test.dart b/lib/web_ui/test/engine/history_test.dart index 2704335e13592..01e67c388e92d 100644 --- a/lib/web_ui/test/engine/history_test.dart +++ b/lib/web_ui/test/engine/history_test.dart @@ -4,6 +4,7 @@ // @dart = 2.6 @TestOn('vm && linux') +// TODO(nurhan): https://github.com/flutter/flutter/issues/51169 import 'dart:async'; import 'dart:typed_data'; diff --git a/lib/web_ui/test/engine/semantics/semantics_test.dart b/lib/web_ui/test/engine/semantics/semantics_test.dart index f495acb6006a7..9a36447ee5efd 100644 --- a/lib/web_ui/test/engine/semantics/semantics_test.dart +++ b/lib/web_ui/test/engine/semantics/semantics_test.dart @@ -3,6 +3,9 @@ // found in the LICENSE file. // @dart = 2.6 +@TestOn('vm && linux') +// TODO(nurhan): https://github.com/flutter/flutter/issues/50590 + import 'dart:async'; import 'dart:html' as html; import 'dart:typed_data';