From 6fa130763a10787b51615cfba63586ebff7c4ec0 Mon Sep 17 00:00:00 2001 From: "rnystrom@google.com" <rnystrom@google.com> Date: Tue, 12 Feb 2013 23:46:56 +0000 Subject: [PATCH] Mark oauth2 and pub_uploader as flaky. :( Review URL: https://codereview.chromium.org//12251008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18416 260f80e4-7a28-3924-810f-c04153c831b5 --- test/pub.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/pub.status b/test/pub.status index af538af1..2605568e 100644 --- a/test/pub.status +++ b/test/pub.status @@ -2,6 +2,10 @@ # 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. +# TODO(rnystrom): These tests are still flaky. # Issue 8511 +oauth2_test: Pass,Fail +pub_uploader_test: Pass,Fail + # Pub only runs on the VM, so just rule out all compilers. [ $compiler == dart2js || $compiler == dart2dart || $compiler == dartc ] *: Skip -- GitLab