Skip to content

Commit

Permalink
Repair travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Oct 28, 2019
1 parent a1d24ed commit 20e846a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions experiment_test.go
Expand Up @@ -6,6 +6,7 @@ import (

"github.com/ooni/probe-engine/experiment/example"
"github.com/ooni/probe-engine/experiment/psiphon"
"github.com/ooni/probe-engine/measurementkit"
)

func TestCreateAll(t *testing.T) {
Expand Down Expand Up @@ -188,6 +189,9 @@ func TestUseOptions(t *testing.T) {
}

func TestRunHHFM(t *testing.T) {
if !measurementkit.Available() {
t.Skip("Measurement Kit not available; skipping")
}
sess := newSessionForTesting(t)
builder, err := sess.NewExperimentBuilder("http_header_field_manipulation")
if err != nil {
Expand Down

0 comments on commit 20e846a

Please sign in to comment.