Test failure: workspace.applyEdit drops the TextEdit if there is a RenameFile later #77735 (with opened editor) (fix #238837) (#238838)

This commit is contained in:
Benjamin Pasero
2025-01-27 13:18:52 +01:00
committed by GitHub
parent 07764cccb7
commit cd3c0ac45b

View File

@@ -924,7 +924,8 @@ suite('vscode API - workspace', () => {
}
});
test('workspace.applyEdit drops the TextEdit if there is a RenameFile later #77735 (with opened editor)', async function () {
// TODO: below test is flaky and commented out, see https://github.com/microsoft/vscode/issues/238837
test.skip('workspace.applyEdit drops the TextEdit if there is a RenameFile later #77735 (with opened editor)', async function () {
await test77735(true);
});