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:
parent
5524216c23
commit
92b7374aad
2 changed files with 9 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -10749,7 +10749,8 @@
|
|||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"link": true,
|
||||
"talos": false
|
||||
"talos": false,
|
||||
"noChrome": true
|
||||
},
|
||||
{
|
||||
"id": "issue18956",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue