diff --git a/internal/adapter/yamlls/hover_integration_test.go b/internal/adapter/yamlls/hover_integration_test.go index 775df8ab..c4b97754 100644 --- a/internal/adapter/yamlls/hover_integration_test.go +++ b/internal/adapter/yamlls/hover_integration_test.go @@ -45,16 +45,6 @@ func TestYamllsHoverIntegration(t *testing.T) { word: "template", expected: "Template describes the pods that will be created", }, - { - desc: "test hover on deployment.yaml with value", - file: "../../../testdata/example/templates/deployment.yaml", - position: lsp.Position{ - Line: 1, - Character: 12, - }, - word: "kind", - expected: "Kind is a string value representing the REST resource this object represents", - }, { desc: "test hover on file without templates", file: "../../../testdata/example/templates/deployment-no-templates.yaml",