diff --git a/api/src/util/test.js b/api/src/util/test.js index 256a92fe..2ba555ed 100644 --- a/api/src/util/test.js +++ b/api/src/util/test.js @@ -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);