This reverts commit 43f95e2c9a.
We can now safely close https://github.com/ooni/probe/issues/1338,
since the upstream issue is gone. I think this issue we have seen is
also possibly related to https://github.com/ooni/probe/issues/1348.
Cc: @cyberta.
This commit is contained in:
parent
18ca6d5f35
commit
c41114261c
1 changed files with 0 additions and 2 deletions
|
|
@ -33,7 +33,6 @@ 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")
|
||||||
}
|
}
|
||||||
|
|
@ -279,7 +278,6 @@ 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 a new issue