mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
[VM] Disable test in reload/rollback mode due to snapshot generation
This should fix the vm-linux-release-x64-reload-be builder. Change-Id: I24f4d53ff0859fc617913afa8e1a508a0457b137 Reviewed-on: https://dart-review.googlesource.com/60926 Reviewed-by: Vyacheslav Egorov <vegorov@google.com> Commit-Queue: Martin Kustermann <kustermann@google.com>
This commit is contained in:
parent
6db5f38d4e
commit
b024432a29
1 changed files with 3 additions and 0 deletions
|
@ -36,3 +36,6 @@ sample_extension/test/sample_extension_test: RuntimeError
|
|||
build_dart/*: Skip
|
||||
build_dart_simple/*: Skip
|
||||
sample_extension/*: Skip
|
||||
|
||||
[ $hot_reload || $hot_reload_rollback ]
|
||||
sample_extension/test/sample_extension_script_snapshot_test: SkipByDesign # This test makes a script snapshot, which implies not exercising Dart code.
|
||||
|
|
Loading…
Reference in a new issue