From d2fb7f8e6cb512ab33210df78a45b2c9a7bef0c9 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Tue, 1 Feb 2022 14:47:22 +0100 Subject: [PATCH] fix(jafar): re-enable previously broken integration test (#681) I have tested this integration test locally and it's now WAI. It may be that it will fail again when run on GitHub Actions, which will indicate we cannot fully trust Actions for running _some_ tests. Closes https://github.com/ooni/probe/issues/1913. --- internal/cmd/jafar/uncensored/uncensored_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/cmd/jafar/uncensored/uncensored_test.go b/internal/cmd/jafar/uncensored/uncensored_test.go index 8e96057..df0ac23 100644 --- a/internal/cmd/jafar/uncensored/uncensored_test.go +++ b/internal/cmd/jafar/uncensored/uncensored_test.go @@ -11,7 +11,6 @@ import ( ) func TestGood(t *testing.T) { - t.Skip("TODO(https://github.com/ooni/probe/issues/1913)") client, err := NewClient("dot://1.1.1.1:853") if err != nil { t.Fatal(err)