Skip to content

Commit

Permalink
fix(6023): added comment to better trace where the integration test c…
Browse files Browse the repository at this point in the history
…omes from

The integration test added in this pull request needs to be removed once the list component is removed from the kibana api
  • Loading branch information
kaanyalti committed Dec 27, 2024
1 parent e15ab33 commit 3d55a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/integration/validate_items_deprecated_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Check failure on line 33 in testing/integration/validate_items_deprecated_list_test.go

View workflow job for this annotation

GitHub Actions / lint (ubuntu-latest)

undefined: Default (typecheck)
Expand Down

0 comments on commit 3d55a2b

Please sign in to comment.