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:
nweiz@google.com 2013-01-16 00:15:29 +00:00
parent 013b0104f5
commit e0867a91d1

View file

@ -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