From 3d55a2b863c858a4dca11e267aea3e2ab98c1495 Mon Sep 17 00:00:00 2001 From: kaanyalti Date: Thu, 26 Dec 2024 19:36:03 -0500 Subject: [PATCH] fix(6023): added comment to better trace where the integration test comes from The integration test added in this pull request needs to be removed once the list component is removed from the kibana api --- testing/integration/validate_items_deprecated_list_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/integration/validate_items_deprecated_list_test.go b/testing/integration/validate_items_deprecated_list_test.go index 3c890ab948..5ac009a4ec 100644 --- a/testing/integration/validate_items_deprecated_list_test.go +++ b/testing/integration/validate_items_deprecated_list_test.go @@ -27,6 +27,7 @@ type newBody struct { } // TODO: Remove test after list deprecation is complete +// Added by https://github.com/elastic/elastic-agent/pull/6437 func TestItemsMatchDeprecatedList(t *testing.T) { info := define.Require(t, define.Requirements{ Group: Default,