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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user