fix(riseupvpn): skip currently failing tests (#212)
Part of https://github.com/ooni/probe/issues/1335. Tracked also by https://github.com/ooni/probe/issues/1338.
This commit is contained in:
parent
ef8fa97e13
commit
43f95e2c9a
|
@ -33,6 +33,7 @@ func TestNewExperimentMeasurer(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestGood(t *testing.T) {
|
func TestGood(t *testing.T) {
|
||||||
|
t.Skip("broken test; see https://github.com/ooni/probe/issues/1338")
|
||||||
if testing.Short() {
|
if testing.Short() {
|
||||||
t.Skip("skip test in short mode")
|
t.Skip("skip test in short mode")
|
||||||
}
|
}
|
||||||
|
@ -278,6 +279,7 @@ func TestFailureGeoIpServiceBlocked(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestFailureGateway(t *testing.T) {
|
func TestFailureGateway(t *testing.T) {
|
||||||
|
t.Skip("broken test; see https://github.com/ooni/probe/issues/1338")
|
||||||
var testCases = [...]string{"openvpn", "obfs4"}
|
var testCases = [...]string{"openvpn", "obfs4"}
|
||||||
eipService, err := fetchEipService()
|
eipService, err := fetchEipService()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user