File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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' /> ,
You can’t perform that action at this time.
0 commit comments