Suppress flake for pub/io_test on windows

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16307 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ricow@google.com 2012-12-19 08:49:10 +00:00
parent 606bfd5e96
commit e652efe397

View file

@ -9,3 +9,6 @@
# Pub only runs on the standalone VM, not the browser.
[ $runtime == drt || $runtime == dartium || $runtime == opera ]
*: Skip
[ $system == windows ]
pub/io_test: Fail, Pass # Issue 7505