mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
don't run focus-dependent test on build machines, https://github.com/microsoft/vscode/issues/100828
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user