Skip to content

Commit 8e9fc56

Browse files
authored
Revert "skip resolve (without backup) test" (microsoft#165886)
Revert "skip resolve (without backup) test (microsoft#165277)" This reverts commit d1624fc.
1 parent 9dabc13 commit 8e9fc56

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

0 commit comments

Comments
 (0)