From bccc0ea9c9bf93ffe410f438efd4cbab085ea033 Mon Sep 17 00:00:00 2001 From: qvalentin Date: Sat, 16 Mar 2024 17:30:59 +0100 Subject: [PATCH] fix: remove flaky test --- internal/adapter/yamlls/hover_integration_test.go | 10 ---------- 1 file changed, 10 deletions(-) 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",