mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Disable flaky workspace test (#256250)
See https://github.com/microsoft/vscode/issues/253863
This commit is contained in:
@@ -1178,7 +1178,7 @@ suite('vscode API - workspace', () => {
|
||||
|
||||
});
|
||||
|
||||
test('issue #110141 - TextEdit.setEndOfLine applies an edit and invalidates redo stack even when no change is made', async () => {
|
||||
test.skip('issue #110141 - TextEdit.setEndOfLine applies an edit and invalidates redo stack even when no change is made', async () => {
|
||||
const file = await createRandomFile('hello\nworld');
|
||||
|
||||
const document = await vscode.workspace.openTextDocument(file);
|
||||
|
||||
Reference in New Issue
Block a user