Skip to content

Commit

Permalink
Move vanilla tor from legacy to experimental category (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel authored Dec 27, 2022
1 parent 2eb3711 commit 801980a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/test-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,6 @@ export const testNames = {
},

/* Censorship circumvention */
'vanilla_tor': {
group: 'legacy',
name: <FormattedMessage id='Tests.TorVanilla.Name' />,
id: 'Tests.TorVanilla.Name',
info: 'https://ooni.org/nettest/vanilla-tor/'
},
'bridge_reachability': {
group: 'legacy',
name: <FormattedMessage id='Tests.BridgeReachability.Name' />,
Expand Down Expand Up @@ -189,6 +183,12 @@ export const testNames = {
},

/* Experimental tests */
'vanilla_tor': {
group: 'experimental',
name: <FormattedMessage id='Tests.TorVanilla.Name' />,
id: 'Tests.TorVanilla.Name',
info: 'https://ooni.org/nettest/vanilla-tor/'
},
'dnscheck': {
group: 'experimental',
name: <FormattedMessage id='Tests.DNSCheck.Name' />,
Expand Down

1 comment on commit 801980a

@vercel
Copy link

@vercel vercel bot commented on 801980a Dec 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

explorer – ./

explorer-one.vercel.app
explorer-git-master-ooni1.vercel.app
explorer-ooni1.vercel.app

Please sign in to comment.