We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930a80a commit 941aee3Copy full SHA for 941aee3
lib/web_ui/test/engine/history_test.dart
@@ -4,6 +4,7 @@
4
5
// @dart = 2.6
6
@TestOn('vm && linux')
7
+// TODO(nurhan): https://github.com/flutter/flutter/issues/51169
8
9
import 'dart:async';
10
import 'dart:typed_data';
lib/web_ui/test/engine/semantics/semantics_test.dart
@@ -3,6 +3,9 @@
3
// found in the LICENSE file.
+@TestOn('vm && linux')
+// TODO(nurhan): https://github.com/flutter/flutter/issues/50590
+
import 'dart:html' as html;
11
0 commit comments