Skip to content

Commit

Permalink
fix(torsf): disable integration tests (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Mar 22, 2024
1 parent 0ad0198 commit 3b60dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/experiment/torsf/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
)

func TestRunWithExistingTor(t *testing.T) {
t.Skip("TODO(https://github.com/ooni/probe/issues/2692)")
if testing.Short() {
t.Skip("skip test in short mode")
}
Expand Down

0 comments on commit 3b60dc7

Please sign in to comment.