From 7d80f0d0048bebfbdf61e205fa787e197615b32b Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 17 Mar 2026 21:14:24 +0100 Subject: [PATCH] lighthouserc.js: disable BUI tab pages for now Signed-off-by: Patrik Oldsberg --- lighthouserc.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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',