Skip to content

Commit

Permalink
fix(riseupvpn): skip currently failing tests (ooni#212)
Browse files Browse the repository at this point in the history
Part of ooni/probe#1335.

Tracked also by ooni/probe#1338.
  • Loading branch information
bassosimone authored Feb 3, 2021
1 parent 9cb6697 commit 95bf623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/engine/experiment/riseupvpn/riseupvpn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func TestNewExperimentMeasurer(t *testing.T) {
}

func TestGood(t *testing.T) {
t.Skip("broken test; see https://github.com/ooni/probe/issues/1338")
if testing.Short() {
t.Skip("skip test in short mode")
}
Expand Down Expand Up @@ -278,6 +279,7 @@ func TestFailureGeoIpServiceBlocked(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"}
eipService, err := fetchEipService()
if err != nil {
Expand Down

0 comments on commit 95bf623

Please sign in to comment.