| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index eb101ceafa42fab0ef43570fdf58f3c252eb6c42..df39114ab2310d668f97a33d29bb421e5f225f17 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -81,6 +81,10 @@
|
| 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
|
| 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
|
| 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
|
| +
|
| + # Object.observe is disabled.
|
| + 'test-object-observe/*': [SKIP],
|
| + 'test-microtask-delivery/*': [SKIP],
|
| }], # ALWAYS
|
|
|
| ##############################################################################
|
|
|