diff --git a/test/multiroot-ws.test.ts b/test/multiroot-ws.test.ts index 3ab66faf8..2d2c63acf 100644 --- a/test/multiroot-ws.test.ts +++ b/test/multiroot-ws.test.ts @@ -326,6 +326,6 @@ suite('Multi-root workspace test suite', () => { ] assertCompletionLabelsEqual(itemsB, expectedLabelsB) assertCompletionFilterTextContains(itemsB, descriptions) - }) + }, () => os.platform() === 'win32') })