Skip to content

Commit 801980a

Browse files
authored
Move vanilla tor from legacy to experimental category (#825)
1 parent 2eb3711 commit 801980a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/test-info.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,6 @@ export const testNames = {
131131
},
132132

133133
/* Censorship circumvention */
134-
'vanilla_tor': {
135-
group: 'legacy',
136-
name: <FormattedMessage id='Tests.TorVanilla.Name' />,
137-
id: 'Tests.TorVanilla.Name',
138-
info: 'https://ooni.org/nettest/vanilla-tor/'
139-
},
140134
'bridge_reachability': {
141135
group: 'legacy',
142136
name: <FormattedMessage id='Tests.BridgeReachability.Name' />,
@@ -189,6 +183,12 @@ export const testNames = {
189183
},
190184

191185
/* Experimental tests */
186+
'vanilla_tor': {
187+
group: 'experimental',
188+
name: <FormattedMessage id='Tests.TorVanilla.Name' />,
189+
id: 'Tests.TorVanilla.Name',
190+
info: 'https://ooni.org/nettest/vanilla-tor/'
191+
},
192192
'dnscheck': {
193193
group: 'experimental',
194194
name: <FormattedMessage id='Tests.DNSCheck.Name' />,

0 commit comments

Comments
 (0)