diff --git a/scripts/test.js b/scripts/test.js index 658589d60e..c133e5e0bf 100644 --- a/scripts/test.js +++ b/scripts/test.js @@ -34,7 +34,11 @@ async function test() { parallel: 1, itemCallback: item => { stats.channels++ - if (!item.status.ok && item.status.reason !== 'Timed out') { + if ( + !item.status.ok && + item.status.reason !== 'Timed out' && + item.status.reason !== 'Duplicate' + ) { stats.failures++ helper.writeToLog(country.url, item.status.reason, item.url)