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.
This commit is contained in:
Simone Basso
2022-02-01 14:47:22 +01:00
committed by GitHub
parent 502ce1267a
commit d2fb7f8e6c
@@ -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)