api/test: add vk to finnicky services

This commit is contained in:
jj
2024-11-15 12:11:29 +00:00
parent cf40f0542f
commit 4c006b2291
2 changed files with 2 additions and 8 deletions

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