| Index: sdk/lib/_internal/pub/pub.status
|
| diff --git a/sdk/lib/_internal/pub/pub.status b/sdk/lib/_internal/pub/pub.status
|
| index dcbf4b1bf7db6409de11b26343700738e7d73859..f9df64b9fdd35ca9d54f3bcf2aeca0a8e1e88531 100644
|
| --- a/sdk/lib/_internal/pub/pub.status
|
| +++ b/sdk/lib/_internal/pub/pub.status
|
| @@ -11,3 +11,6 @@ test/serve/web_socket/url_to_asset_id_test: Pass, Slow
|
| # Pub only runs on the standalone VM, not the browser.
|
| [ $runtime == drt || $runtime == dartium || $runtime == opera ]
|
| *: Skip
|
| +
|
| +[ $runtime == vm && $system == windows ]
|
| +test/run/app_can_read_from_stdin_test: Fail # Issue 19448
|
|
|