提交 fbcd4107 编写于 作者: B Benjamin Pasero

add retries for test that depends on focus (#108727)

上级 72950f8b
......@@ -95,6 +95,8 @@ suite('EditorAutoSave', () => {
});
test('editor auto saves on focus change if configured', async function () {
this.retries(3); // https://github.com/microsoft/vscode/issues/108727
const [accessor, part, editorAutoSave] = await createEditorAutoSave({ autoSave: 'onFocusChange' });
const resource = toResource.call(this, '/path/index.txt');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册