Skip to content

Commit

Permalink
remove reference to old test
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <[email protected]>
  • Loading branch information
noqcks committed Aug 8, 2024
1 parent 59bbda6 commit 3b34224
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/integration/match_by_image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,14 +285,6 @@ func TestMatchByImage(t *testing.T) {
return expectedMatches
},
},
{
fixtureImage: "image-elasticsearch-6",
expectedFn: func() match.Matches {
expectedMatches := match.NewMatches()
addElaticsearch6Matches(t, &expectedMatches)
return expectedMatches
},
},
{
fixtureImage: "image-redis-5",
expectedFn: func() match.Matches {
Expand Down

0 comments on commit 3b34224

Please sign in to comment.