diff --git a/tests/modernjs.ts b/tests/modernjs.ts index b33f5a4..3fc7e28 100644 --- a/tests/modernjs.ts +++ b/tests/modernjs.ts @@ -10,6 +10,8 @@ export async function test(options: RunOptions) { cd('tests/e2e/builder') await $`pnpm playwright install --with-deps chromium` cd('../../../') + // Fix: Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory + process.env.ELECTRON_ENABLE_LOGGING = 'false' }, test: ['test:rspack'], })