| Index: testing/buildbot/manage.py
|
| diff --git a/testing/buildbot/manage.py b/testing/buildbot/manage.py
|
| index 3ac1b6e9d6efc2d9de4a299f0759b57ae6df5bd9..7a39176649a0cd2c8a6a8050092f5b1569ba44dc 100755
|
| --- a/testing/buildbot/manage.py
|
| +++ b/testing/buildbot/manage.py
|
| @@ -46,6 +46,10 @@ SKIP = {
|
| 'ClangToTMac',
|
| 'ClangToTMacASan',
|
|
|
| + # This builder is fine, but win8_chromium_ng uses GN and this configuration,
|
| + # which breaks everything.
|
| + 'Win8 Aura',
|
| +
|
| # One off builders. Note that Swarming does support ARM.
|
| 'Linux ARM Cross-Compile',
|
| 'Site Isolation Linux',
|
|
|