Skip to content

Commit 941aee3

Browse files
author
Nurhan Turgut
authored
[web] add comment to skipped safari test (flutter#16737)
* add comment to skipped safari test * test not running semantics on Mac * disable semantics test which is unreliable
1 parent 930a80a commit 941aee3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/web_ui/test/engine/history_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
// @dart = 2.6
66
@TestOn('vm && linux')
7+
// TODO(nurhan): https://github.com/flutter/flutter/issues/51169
78

89
import 'dart:async';
910
import 'dart:typed_data';

lib/web_ui/test/engine/semantics/semantics_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// found in the LICENSE file.
44

55
// @dart = 2.6
6+
@TestOn('vm && linux')
7+
// TODO(nurhan): https://github.com/flutter/flutter/issues/50590
8+
69
import 'dart:async';
710
import 'dart:html' as html;
811
import 'dart:typed_data';

0 commit comments

Comments
 (0)