From 43f95e2c9a57e227dba35b3060fe56d6c56b0967 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Wed, 3 Feb 2021 16:06:03 +0100 Subject: [PATCH] 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. --- internal/engine/experiment/riseupvpn/riseupvpn_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/engine/experiment/riseupvpn/riseupvpn_test.go b/internal/engine/experiment/riseupvpn/riseupvpn_test.go index cd9a269..6953b64 100644 --- a/internal/engine/experiment/riseupvpn/riseupvpn_test.go +++ b/internal/engine/experiment/riseupvpn/riseupvpn_test.go @@ -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") } @@ -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 {