Skip to content

Commit 57e9e98

Browse files
committed
skip flaky tests
1 parent 1a1c2e7 commit 57e9e98

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/test/smoke/smartSend.smoke.test.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ suite('Smoke Test: Run Smart Selection and Advance Cursor', async () => {
1919
suiteTeardown(closeActiveWindows);
2020
teardown(closeActiveWindows);
2121

22-
// TODO: Re-enable this test once the flakiness on Windows is resolved
23-
test('Smart Send', async function () {
24-
if (process.platform === 'win32') {
25-
return this.skip();
26-
}
22+
// TODO: Re-enable this test once the flakiness on Windows, linux are resolved
23+
test.skip('Smart Send', async function () {
2724
const file = path.join(
2825
EXTENSION_ROOT_DIR_FOR_TESTS,
2926
'src',

0 commit comments

Comments
 (0)