diff --git a/lighthouserc.js b/lighthouserc.js index 5273844c79..390f1bcb86 100644 --- a/lighthouserc.js +++ b/lighthouserc.js @@ -34,10 +34,11 @@ module.exports = { /** Search */ 'http://localhost:3000/search', /** Miscellaneous */ - 'http://localhost:3000/settings', + // TODO(Rugvip): Figure out why these don't work after the BUI header switch + // 'http://localhost:3000/settings/general', /** plugin-devtools */ - 'http://localhost:3000/devtools', - 'http://localhost:3000/devtools/config', + // 'http://localhost:3000/devtools/info', + // 'http://localhost:3000/devtools/config', /** plugin-explore */ 'http://localhost:3000/explore', 'http://localhost:3000/explore/groups',