api/test: add vk to finnicky services
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user