mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Skip tests for unittest
in dartium. These tests are now covered by the package bots and are not meant to be executed in the Dart bots anymore.
Note that once we fix issue 21949, these tests are not going to be run anyways (tests in third_party/pkg/ are not executed by the Dart bots). So we can delete this line once we fix that bug. BUG= Review URL: https://codereview.chromium.org//819913003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42551 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
5fe403d861
commit
f883904226
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
third_party/angular_tests/browser_test/*: Skip # github perf_api.dart issue 5
|
||||
third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issue 19329
|
||||
mutation_observer: Skip # Issue 21149
|
||||
unittest/*: Skip # Issue 21949
|
||||
|
||||
[ $runtime == vm && $mode == debug]
|
||||
analysis_server/test/analysis_server_test: Skip # Times out
|
||||
|
|
Loading…
Reference in a new issue