skip smoke test for web on mac (#286808)

skip for web on mac
This commit is contained in:
Megan Rogge
2026-01-09 13:42:03 -06:00
committed by GitHub
parent 4e9a8da2de
commit 9b90136ce3
@@ -26,7 +26,7 @@ export function setup(logger: Logger, opts: { web?: boolean }) {
describe('Workbench', function () {
it('workbench has no accessibility violations', async function () {
(opts.web ? it.skip : it)('workbench has no accessibility violations', async function () {
// Wait for workbench to be fully loaded
await app.code.waitForElement('.monaco-workbench');