skip on windows

This commit is contained in:
Simon Knott 2024-07-31 11:01:49 +02:00
parent e1aac57dfa
commit 6b5782b4de
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -778,6 +778,7 @@ test('should exit after merge-reports', async ({ runInlineTest, mergeReports })
}); });
test('should not trip over directory imports resolved to paths', async ({ runInlineTest, writeFiles }, testInfo) => { test('should not trip over directory imports resolved to paths', async ({ runInlineTest, writeFiles }, testInfo) => {
test.skip(process.platform === 'win32', 'Symlinks are not supported on Windows');
test.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/31811' }); test.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/31811' });
await writeFiles({ await writeFiles({