[gardening] Skip vm_snapshot_analysis tests on non-VM configurations

Closes https://github.com/dart-lang/sdk/issues/42452

TBR=sstrickl@google.com

Change-Id: I5f5f9890321c44cd14420ac1a80a0a76bcb187ed
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152142
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
This commit is contained in:
Vyacheslav Egorov
2020-06-23 14:44:16 +00:00
parent 5a6c1e5158
commit bfb59f42eb
+1
View File
@@ -173,6 +173,7 @@ front_end/test/hot_reload_e2e_test: Skip
frontend_server/test/*: SkipByDesign # Only meant to run on vm
vm/test/*: SkipByDesign # Only meant to run on vm
vm_service/test/*: SkipByDesign # Uses dart:io
vm_snapshot_analysis/test/*: SkipByDesign # Only meant to run on vm
[ $system == windows ]
analysis_server/test/integration/analysis/get_errors_nonStandard_sdk_test: Skip