Skip to content

Commit

Permalink
fix: remove flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Mar 16, 2024
1 parent 1d92e12 commit bccc0ea
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions internal/adapter/yamlls/hover_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bccc0ea

Please sign in to comment.