| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 1970a96e9110b10bcc0ba0e52b6ce23df6e75cf7..33702917fc7da3f1fa16a3f7b3cf56bb26f1cd6a 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -225,5 +225,5 @@ stopwatch_test: Skip # Flaky test due to expected performance behaviour.
|
| # The regexp tests are not verified to work on non d8/vm platforms yet.
|
| regexp/*: Skip
|
|
|
| -[ $runtime == vm && $checked ]
|
| -regexp/global_test: Skip # Issue 21709 and 21708
|
| +[ $runtime == vm ]
|
| +regexp/global_test: Skip # Timeout. Issue 21709 and 21708
|
|
|