From 5f537067bdc2e2ce39d0e8c84140c30378c1eb06 Mon Sep 17 00:00:00 2001 From: Anthony Kim Date: Tue, 29 Oct 2024 10:37:02 -0700 Subject: [PATCH] try adding async and see if that helps --- src/test/smoke/smartSend.smoke.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/smoke/smartSend.smoke.test.ts b/src/test/smoke/smartSend.smoke.test.ts index 37d303efb6aa..b19c5d55d0fb 100644 --- a/src/test/smoke/smartSend.smoke.test.ts +++ b/src/test/smoke/smartSend.smoke.test.ts @@ -8,7 +8,7 @@ import { openFile, waitForCondition } from '../common'; // TODO: This test is being flaky for windows, need to investigate why only fails on windows if (process.platform !== 'win32') { - suite('Smoke Test: Run Smart Selection and Advance Cursor', () => { + suite('Smoke Test: Run Smart Selection and Advance Cursor', async () => { suiteSetup(async function () { if (!IS_SMOKE_TEST) { return this.skip();