mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
ignore focus dependent test also on GHA, fixes https://github.com/microsoft/vscode/issues/120355
This commit is contained in:
parent
962933e8be
commit
2f62eb0906
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ suite('vscode API - window', () => {
|
|||
return;
|
||||
}
|
||||
|
||||
if (process.env['BUILD_SOURCEVERSION']) {
|
||||
if (process.env['BUILD_SOURCEVERSION'] || process.env['CI']) {
|
||||
this.skip();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue