mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-22 22:12:49 +01:00
scratchpad - fix tests on macOS (#184314)
This commit is contained in:
+1
-3
@@ -570,7 +570,7 @@ suite('WorkingCopyBackupTracker (native)', function () {
|
||||
return scratchpadHotExitTest.call(this, HotExitConfiguration.ON_EXIT, ShutdownReason.CLOSE, false, true, false);
|
||||
});
|
||||
test('should hot exit (reason: CLOSE, windows: single, empty workspace)', function () {
|
||||
return scratchpadHotExitTest.call(this, HotExitConfiguration.ON_EXIT, ShutdownReason.CLOSE, false, false, false);
|
||||
return scratchpadHotExitTest.call(this, HotExitConfiguration.ON_EXIT, ShutdownReason.CLOSE, false, false, !!isMacintosh);
|
||||
});
|
||||
test('should hot exit (reason: CLOSE, windows: multiple, workspace)', function () {
|
||||
return scratchpadHotExitTest.call(this, HotExitConfiguration.ON_EXIT, ShutdownReason.CLOSE, true, true, false);
|
||||
@@ -759,8 +759,6 @@ suite('WorkingCopyBackupTracker (native)', function () {
|
||||
assert.strictEqual(veto, shouldVeto);
|
||||
|
||||
await cleanup();
|
||||
|
||||
await cleanup();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user