Index: testing/buildbot/manage.py |
diff --git a/testing/buildbot/manage.py b/testing/buildbot/manage.py |
index 00b70ab74482cd6e8e8c7c4b968dcfd2ddd02b6e..719023550ec0d3e26e4140a80494eef8ca339edd 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 to slow for this target. |
Dirk Pranke
2016/11/01 16:51:00
s/to/too
mithro
2016/11/03 04:19:52
Done.
|
+ # http://crbug.com/524758 |
+ 'webkit_layout_tests', |
} |