mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-13 22:26:28 +01:00
api/test: add reddit to finicky list cuz reddit blocked github ips
This commit is contained in:
parent
3f6dd4fced
commit
98dbba5672
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const getTests = (service) => loadJSON(getTestPath(service));
|
|||
|
||||
// services that are known to frequently fail due to external
|
||||
// factors (e.g. rate limiting)
|
||||
const finnicky = new Set(['bilibili', 'instagram', 'facebook', 'youtube', 'vk', 'twitter']);
|
||||
const finnicky = new Set(['bilibili', 'instagram', 'facebook', 'youtube', 'vk', 'twitter', 'reddit']);
|
||||
|
||||
const runTestsFor = async (service) => {
|
||||
const tests = getTests(service);
|
||||
|
|
Loading…
Reference in a new issue