提交 1261e43f 编写于 作者: J Johannes Rieken

don't run focus-dependent test on build machines, https://github.com/microsoft/vscode/issues/100828

上级 80d60913
......@@ -147,7 +147,10 @@ suite('vscode API - window', () => {
});
test('active editor not always correct... #49125', async function () {
if (process.env['BUILD_SOURCEVERSION']) {
this.skip();
return;
}
function assertActiveEditor(editor: TextEditor) {
if (window.activeTextEditor === editor) {
assert.ok(true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册