Skip to content

Commit

Permalink
[web] add comment to skipped safari test (flutter#16737)
Browse files Browse the repository at this point in the history
* add comment to skipped safari test

* test not running semantics on Mac

* disable semantics test which is unreliable
  • Loading branch information
Nurhan Turgut authored Feb 21, 2020
1 parent 930a80a commit 941aee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/web_ui/test/engine/history_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
3 changes: 3 additions & 0 deletions lib/web_ui/test/engine/semantics/semantics_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 941aee3

Please sign in to comment.