Skip to content

Commit

Permalink
Rebase against the upstream afbb64b
Browse files Browse the repository at this point in the history
vscode-upstream-sha1: afbb64b
  • Loading branch information
Eclipse Che Sync committed Jan 8, 2025
2 parents 4290adb + afbb64b commit dcbba85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/src/vs/platform/files/test/node/nodejsWatcher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ suite.skip('File Watcher (node.js)', function () {
await basicCrudTest(filePath, undefined, null, undefined, true);
});

test('watch requests support suspend/resume (folder, does not exist in beginning)', async function () {
(isWindows /* Windows: does not seem to report this */ ? test.skip : test)('watch requests support suspend/resume (folder, does not exist in beginning)', async function () {
let onDidWatchFail = Event.toPromise(watcher.onWatchFail);

const folderPath = join(testDir, 'not-found');
Expand Down

0 comments on commit dcbba85

Please sign in to comment.