Disable ref test 'issue18896' for Chrome because it takes too much time
This commit is contained in:
parent
5524216c23
commit
92b7374aad
@ -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…
x
Reference in New Issue
Block a user