提交 56a9ef19 编写于 作者: B Benjamin Pasero

build - see if test retry helps

上级 294f3b04
......@@ -320,7 +320,9 @@ suite('WorkspacesMainService', () => {
service.deleteUntitledWorkspaceSync(workspace);
});
test('getUntitledWorkspaceSync', async () => {
test('getUntitledWorkspaceSync', async function () {
this.retries(3);
let untitled = service.getUntitledWorkspacesSync();
assert.equal(untitled.length, 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册