Skip to content

Commit bb3edc4

Browse files
author
Benjamin Pasero
committed
smoke - exclude a few more tests for web
1 parent ec79687 commit bb3edc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/smoke/src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,10 @@ describe(`VSCode Smoke Tests (${opts.web ? 'Web' : 'Electron'})`, () => {
317317
setupDataCSSTests();
318318
setupDataEditorTests();
319319
setupDataStatusbarTests(!!opts.web);
320-
setupDataExtensionTests();
320+
if (!opts.web) { setupDataExtensionTests(); }
321321
setupTerminalTests();
322322
if (!opts.web) { setupDataMultirootTests(); }
323-
setupDataLocalizationTests();
323+
if (!opts.web) { setupDataLocalizationTests(); }
324324
if (!opts.web) { setupLaunchTests(); }
325325
}
326326
});

0 commit comments

Comments
 (0)