Skip to content

Commit

Permalink
fix: add TODO for failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Aug 6, 2024
1 parent 98885a6 commit d887234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/engine/inputloader_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ func TestTargetLoaderInputOrQueryBackendWithNoInput(t *testing.T) {
}
ctx := context.Background()
out, err := il.Load(ctx)
// TODO(decfox): it seems `backend-hel.ooni.org` returns a different response
// than intended which is why the test fails.
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit d887234

Please sign in to comment.