Don't run engine tests under vm (causing warnings) (flutter/engine#13737)

This commit is contained in:
Ferhat 2019-11-07 16:28:17 -08:00 committed by GitHub
parent c54d4e4eff
commit c759a9b47b

View File

@ -8,4 +8,8 @@ targets:
- --no-minify
- --enable-asserts
generate_for:
- test/**.dart
include:
- test/**.dart
exclude:
- test/**vm_test.dart