From 801980a5c91f7d8a6388b22d07c272750c2923fd Mon Sep 17 00:00:00 2001 From: Maja Komel Date: Tue, 27 Dec 2022 16:27:39 +0100 Subject: [PATCH] Move vanilla tor from legacy to experimental category (#825) --- components/test-info.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: ,