From 83ce0024ef575cd779c01dae5666aabefafbd101 Mon Sep 17 00:00:00 2001 From: "sgjesse@google.com" Date: Wed, 18 Apr 2012 15:03:57 +0000 Subject: [PATCH] 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 --- tests/standalone/standalone.status | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status index abdad086d64..7a4358ff75c 100644 --- a/tests/standalone/standalone.status +++ b/tests/standalone/standalone.status @@ -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