mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
ignore focus dependent test also on GHA, fixes https://github.com/microsoft/vscode/issues/120355
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user