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:
commit
7a962031e9
@ -577,6 +577,13 @@ class Driver {
|
|||||||
return;
|
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');
|
this._log('Loading file "' + task.file + '"\n');
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
@ -10749,7 +10749,8 @@
|
|||||||
"rounds": 1,
|
"rounds": 1,
|
||||||
"type": "eq",
|
"type": "eq",
|
||||||
"link": true,
|
"link": true,
|
||||||
"talos": false
|
"talos": false,
|
||||||
|
"noChrome": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "issue18956",
|
"id": "issue18956",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user