From 375638f9d1f99d6f9b95989b4675846afb6df836 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Mon, 25 Mar 2024 14:53:01 +0100 Subject: [PATCH] revert https://github.com/ooni/probe-cli/pull/1525 --- internal/experiment/torsf/integration_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/experiment/torsf/integration_test.go b/internal/experiment/torsf/integration_test.go index 5de483f41a..c52735a2b5 100644 --- a/internal/experiment/torsf/integration_test.go +++ b/internal/experiment/torsf/integration_test.go @@ -13,7 +13,6 @@ 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") }