mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-08 19:56:34 +01:00
api/util/test: add twitter to finnicky list
they seemingly blocked ips of github workers
This commit is contained in:
parent
7fa387b12f
commit
ff9e248e4f
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
|
// services that are known to frequently fail due to external
|
||||||
// factors (e.g. rate limiting)
|
// factors (e.g. rate limiting)
|
||||||
const finnicky = new Set(['bilibili', 'instagram', 'facebook', 'youtube', 'vk']);
|
const finnicky = new Set(['bilibili', 'instagram', 'facebook', 'youtube', 'vk', 'twitter']);
|
||||||
|
|
||||||
const runTestsFor = async (service) => {
|
const runTestsFor = async (service) => {
|
||||||
const tests = getTests(service);
|
const tests = getTests(service);
|
||||||
|
|
Loading…
Reference in a new issue