| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 5a1ecb1ae16bb01dbb846ec63a154c0aca796aac..6b3eae4902facb748be13ca43ac64ac00660bfc5 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -143,3 +143,7 @@ dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541.
|
| # test on Dartium, which requires all tests to have a library.
|
| [ $runtime == dartium || $runtime == drt ]
|
| serialization/test/no_library_test: Skip # Expected Failure
|
| +
|
| +# Skip mdv_observe tests on command line VM, they only run in the browser.
|
| +[ $runtime == vm ]
|
| +mdv_observe: Skip
|
|
|