Mark the pub oauth2_test as failing on Windows.

Review URL: https://codereview.chromium.org//11418227

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15483 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
nweiz@google.com 2012-11-29 00:39:07 +00:00
parent e7382431ba
commit ff3ab9a439

View file

@ -10,7 +10,8 @@
[ $runtime == drt || $runtime == dartium || $runtime == opera]
*: Skip
# TODO(nweiz): The "pub lish" and oauth2 tests fail mysteriously on Windows. See
# issues 7015 and 7016.
[ $system == windows ]
# TODO(nweiz): The "pub lish" tests fail mysteriously on Windows as well. See
# issue 6984.
pub_lish_test: Fail
oauth2_test: Fail