api/util/test: add twitter to finnicky list

they seemingly blocked ips of github workers
This commit is contained in:
wukko 2024-11-23 15:42:47 +06:00
parent 7fa387b12f
commit ff9e248e4f
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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']);
const finnicky = new Set(['bilibili', 'instagram', 'facebook', 'youtube', 'vk', 'twitter']);
const runTestsFor = async (service) => {
const tests = getTests(service);