| Index: tests/utils/utils.status
|
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status
|
| index e15265ca76436f75b039236cb98dfde785f2b61a..341822255d2437b010a52caea4c750958ee0c964 100644
|
| --- a/tests/utils/utils.status
|
| +++ b/tests/utils/utils.status
|
| @@ -11,7 +11,12 @@ UriTest: Fail
|
| [ $arch == simarm ]
|
| *: Skip
|
|
|
| -[ $component == vm || $component == dartc ]
|
| +[ $component == frog || $component == frogsh ]
|
| +# Dartdoc only runs on the VM.
|
| +DartdocTest: Skip
|
| +MarkdownTest: Skip
|
| +
|
| +[ $component == vm || $component == dartc || $component == dartium ]
|
| # TODO(rnystrom): Right now, the VM tests can't access frog/ and client/ which
|
| # dartdoc uses, so disable for now. Once the deps files are unified this should
|
| # be fixed.
|
|
|