Skip to content

Commit 89f7752

Browse files
author
Benjamin Pasero
committed
fix tests
1 parent ce62108 commit 89f7752

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,6 +1410,10 @@ suite('Disk File Service', function () {
14101410
});
14111411

14121412
test('readFile - FILE_NOT_DIRECTORY', async () => {
1413+
if (isWindows) {
1414+
return; // error code does not seem to be supported on windows
1415+
}
1416+
14131417
const resource = URI.file(join(testDir, 'lorem.txt', 'file.txt'));
14141418

14151419
let error: FileOperationError | undefined = undefined;

0 commit comments

Comments
 (0)