This commit is contained in:
Max Schmitt 2024-12-11 17:52:27 -08:00
parent 6ceac06218
commit 8bb35386dc

View file

@ -45,6 +45,7 @@ it('should throw a friendly error if its headed and there is no xserver on linux
it.skip(platform !== 'linux'); it.skip(platform !== 'linux');
it.skip(mode.startsWith('service')); it.skip(mode.startsWith('service'));
it.skip(channel === 'chromium-headless-shell', 'shell is never headed'); it.skip(channel === 'chromium-headless-shell', 'shell is never headed');
it.skip(channel === 'chromium-tip-of-tree-headless-shell', 'shell is never headed');
const error: Error = await browserType.launch({ const error: Error = await browserType.launch({
headless: false, headless: false,