| Index: testing/buildbot/manage.py
|
| diff --git a/testing/buildbot/manage.py b/testing/buildbot/manage.py
|
| index 00b70ab74482cd6e8e8c7c4b968dcfd2ddd02b6e..f8f084a31890695a8000dc4ca93c02f01b7110dd 100755
|
| --- a/testing/buildbot/manage.py
|
| +++ b/testing/buildbot/manage.py
|
| @@ -197,6 +197,10 @@ SKIP_GN_ISOLATE_MAP_TARGETS = {
|
| 'voice_engine_unittests',
|
| 'webrtc_nonparallel_tests',
|
| 'xmllite_xmpp_unittests',
|
| +
|
| + # isolate is currently too slow for this target.
|
| + # http://crbug.com/524758
|
| + 'webkit_layout_tests',
|
| }
|
|
|
|
|
|
|