From d887234dfa619c1dd3be7f61d265f66d0537f1c1 Mon Sep 17 00:00:00 2001 From: decfox Date: Wed, 7 Aug 2024 01:43:34 +0530 Subject: [PATCH] fix: add TODO for failing test --- internal/engine/inputloader_integration_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/engine/inputloader_integration_test.go b/internal/engine/inputloader_integration_test.go index 23b1e99b5..7d33bd0c8 100644 --- a/internal/engine/inputloader_integration_test.go +++ b/internal/engine/inputloader_integration_test.go @@ -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) }