1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Disable ref test 'issue18896' for Chrome because it takes too much time

This commit is contained in:
Calixte Denizet 2024-11-11 17:58:36 +01:00
parent 5524216c23
commit 92b7374aad
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",