mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Mark pub tests as flaky.
BUG=7905,7920 Review URL: https://codereview.chromium.org//11944003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17107 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
013b0104f5
commit
e0867a91d1
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
# for details. All rights reserved. Use of this source code is governed by a
|
||||
# BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
pub_uploader_test: Pass, Fail # Issue 7905
|
||||
pub_lish_test: Pass, Fail # Issue 7905
|
||||
oauth2_test: Pass, Fail # Issue 7905, 7920
|
||||
curl_client_test: Pass, Fail # Issue 7920
|
||||
|
||||
# Pub only runs on the VM, so just rule out all compilers.
|
||||
[ $compiler == dart2js || $compiler == dart2dart || $compiler == dartc ]
|
||||
*: Skip
|
||||
|
|
Loading…
Reference in a new issue