Skip to content

Commit

Permalink
fix(riseupvpn): render as an experimental nettest
Browse files Browse the repository at this point in the history
Closes #875
  • Loading branch information
bassosimone committed Oct 18, 2023
1 parent b7ff84f commit e56a66c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 61 deletions.
2 changes: 0 additions & 2 deletions components/measurement/MeasurementContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import HttpInvalidRequestLine from './nettests/HTTPInvalidRequestLine'
import VanillaTorDetails from './nettests/VanillaTor'
import PsiphonDetails from './nettests/Psiphon'
import TorDetails from './nettests/Tor'
import RiseupVPNDetails from './nettests/RiseupVPN'

import DefaultTestDetails from './nettests/Default'
import TorSnowflakeDetails from './nettests/TorSnowflake'
Expand All @@ -31,7 +30,6 @@ const mapTestDetails = {
vanilla_tor: VanillaTorDetails,
psiphon: PsiphonDetails,
tor: TorDetails,
riseupvpn: RiseupVPNDetails,
torsf: TorSnowflakeDetails
}

Expand Down
57 changes: 0 additions & 57 deletions components/measurement/nettests/RiseupVPN.js

This file was deleted.

1 change: 0 additions & 1 deletion components/search/ResultsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const testsWithStates = [
'tor',
'torsf',
'psiphon',
'riseupvpn',
'http_header_field_manipulation',
'http_invalid_request_line',
]
Expand Down
2 changes: 1 addition & 1 deletion components/test-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const testNames = {
info: 'https://ooni.org/nettest/torsf/'
},
'riseupvpn': {
group: 'circumvention',
group: 'experimental',
name: <FormattedMessage id='Tests.RiseupVPN.Name' />,
id: 'Tests.RiseupVPN.Name',
info: 'https://ooni.org/nettest/'
Expand Down

0 comments on commit e56a66c

Please sign in to comment.