Skip to content

Commit 762ca8d

Browse files
author
Benjamin Pasero
committed
windows - skip flaky test
1 parent 7642394 commit 762ca8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/files/test/electron-browser/diskFileService.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ suite('Disk File Service', function () {
15531553
return testFileTooLarge();
15541554
});
15551555

1556-
test('readFile - FILE_TOO_LARGE - buffered', async () => {
1556+
(isWindows ? test.skip /* flaky test */ : test)('readFile - FILE_TOO_LARGE - buffered', async () => {
15571557
setCapabilities(fileProvider, FileSystemProviderCapabilities.FileOpenReadWriteClose);
15581558

15591559
return testFileTooLarge();

0 commit comments

Comments
 (0)