diff --git a/components/test-info.js b/components/test-info.js index d3d4de91b..1f86b64ef 100644 --- a/components/test-info.js +++ b/components/test-info.js @@ -131,12 +131,6 @@ export const testNames = { }, /* Censorship circumvention */ - 'vanilla_tor': { - group: 'legacy', - name: , - id: 'Tests.TorVanilla.Name', - info: 'https://ooni.org/nettest/vanilla-tor/' - }, 'bridge_reachability': { group: 'legacy', name: , @@ -189,6 +183,12 @@ export const testNames = { }, /* Experimental tests */ + 'vanilla_tor': { + group: 'experimental', + name: , + id: 'Tests.TorVanilla.Name', + info: 'https://ooni.org/nettest/vanilla-tor/' + }, 'dnscheck': { group: 'experimental', name: ,