1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #19024 from calixteman/disable_test_chrome

Disable ref test 'issue18896' for Chrome because it takes too much time
This commit is contained in:
calixteman 2024-11-11 19:11:30 +01:00 committed by GitHub
commit 7a962031e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View file

@ -577,6 +577,13 @@ 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

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