| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 31682a95522162d901d5003c48191c5875d482fc..440a191bde8cb206336f5e84a2b61aa550ed3d12 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -92,8 +92,8 @@ async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
|
| [ $compiler == dart2js && $runtime == drt ]
|
| async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
|
|
|
| -[ $compiler == dart2js && $runtime == chrome ]
|
| -collection/test/unmodifiable_collection_test: Skip # Times out. Started when co19 started running. Please triage this failure.
|
| +[ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ]
|
| +collection/test/unmodifiable_collection_test: Skip # Times out. Issue 22050
|
|
|
| [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
|
| third_party/angular_tests/browser_test: Skip # uses dart:html
|
|
|