Skip to content

Commit 5f53706

Browse files
committed
try adding async and see if that helps
1 parent 3aa86bf commit 5f53706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { openFile, waitForCondition } from '../common';
88

99
// TODO: This test is being flaky for windows, need to investigate why only fails on windows
1010
if (process.platform !== 'win32') {
11-
suite('Smoke Test: Run Smart Selection and Advance Cursor', () => {
11+
suite('Smoke Test: Run Smart Selection and Advance Cursor', async () => {
1212
suiteSetup(async function () {
1313
if (!IS_SMOKE_TEST) {
1414
return this.skip();

0 commit comments

Comments
 (0)