Skip to content

Commit d1624fc

Browse files
authored
skip resolve (without backup) test (microsoft#165277)
1 parent 86b8ed4 commit d1624fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/workingCopy/test/browser/storedFileWorkingCopy.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ suite('StoredFileWorkingCopy', function () {
228228
assert.strictEqual(workingCopy.isDirty(), false);
229229
});
230230

231-
test('resolve (without backup)', async () => {
231+
test.skip('resolve (without backup)', async () => {
232232
let onDidResolveCounter = 0;
233233
workingCopy.onDidResolve(() => {
234234
onDidResolveCounter++;

0 commit comments

Comments
 (0)