Skip flaky test on Mac OS until resolved

TBR=ngeoffray@google.com

BUG=dart:2637
TEST=tests/standalone/src/io/HttpServerHandlerTest.dart

Review URL: https://chromiumcodereview.appspot.com//10021050

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6692 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
sgjesse@google.com
2012-04-18 15:03:57 +00:00
parent 1bce834627
commit 83ce0024ef
+1
View File
@@ -23,6 +23,7 @@ io/TestExtensionTest: Fail # shared library in wrong place (issue 1817)
# This test fails with "Too many open files" on the Mac OS buildbot.
io/SocketManyConnectionsTest: Skip
io/TestExtensionTest: Skip # Extensions not implemented on MacOS
io/HttpServerHandlerTest: Skip # Issue 2637
[ $runtime == vm && $system == windows]
io/TestExtensionTest: Skip # Extensions not implemented on Windows