mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Skip http_server_response_test on AOT and app snapshots.
Issue #27633 R=fschneider@google.com Review URL: https://codereview.chromium.org/2432923005 .
This commit is contained in:
parent
9c737d6055
commit
d274e8adf8
1 changed files with 3 additions and 0 deletions
|
@ -355,6 +355,9 @@ io/raw_secure_socket_test: RuntimeError
|
|||
io/https_bad_certificate_test: RuntimeError
|
||||
io/secure_server_closing_test: RuntimeError
|
||||
|
||||
[ $runtime == dart_precompiled || $runtime == dart_app ]
|
||||
io/http_server_response_test: Skip # OOM - Issue 27633
|
||||
|
||||
[ $runtime == vm || $runtime == dart_app || $runtime == dart_precompiled ]
|
||||
deferred_transitive_import_error_test: Skip # Contains intentional errors.
|
||||
|
||||
|
|
Loading…
Reference in a new issue