1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Merge pull request #19117 from Snuffleupagus/bot-forceNoChrome

Disable the browser-tests in Google Chrome on the bots
This commit is contained in:
Jonas Jenwald 2024-12-01 18:28:03 +01:00 committed by GitHub
commit 867aaf01fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 21 deletions

View file

@ -609,13 +609,6 @@ class Driver {
return;
}
if (task.noChrome && window?.chrome) {
this._log(`Skipping file "${task.file}" (because on Chrome)\n`);
this.currentTask++;
this._nextTask();
return;
}
this._log('Loading file "' + task.file + '"\n');
try {

View file

@ -10829,8 +10829,7 @@
"rounds": 1,
"type": "eq",
"link": true,
"talos": false,
"noChrome": true
"talos": false
},
{
"id": "issue18956",