| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index d6d1c47dfa21ef8155f6b16f19801f1268ba22bd..1a64e886e14f1dbc9fb4f159701fef950e556131 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -16,6 +16,11 @@ ManyEchoServerTest: Skip # Bug 5103754
|
| FailTest: Fail
|
| TimeoutTest: Skip # Uses too much time to test on many platforms, for no gain.
|
|
|
| +# The following test is temporarily skipped because the vm was changed (it
|
| +# requires to explicitly import dart:isolate), but the binaries in
|
| +# tools/testing/bin/ have not been updated. Remove once we update them.
|
| +TestRunnerTest: Skip
|
| +
|
| [ $component == vm && $system == macos]
|
| # This test fails with "Too many open files" on the Mac OS buildbot.
|
| SocketManyConnectionsTest: Skip
|
|
|