Skip to content

Commit

Permalink
Merge pull request #877 from /issues/875
Browse files Browse the repository at this point in the history
fix(riseupvpn): render as an experimental nettest
  • Loading branch information
majakomel authored Oct 25, 2023
2 parents 1278465 + 1c9ec51 commit a0406ac
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 62 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/FilterSidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const testsWithAnomalyStatus = [
'http_invalid_request_line',
'psiphon',
'tor',
'riseupvpn',
'torsf',
]

Expand Down
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

1 comment on commit a0406ac

@vercel
Copy link

@vercel vercel bot commented on a0406ac Oct 25, 2023

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-ooni1.vercel.app
explorer-one.vercel.app
explorer-git-master-ooni1.vercel.app

Please sign in to comment.