Skip to content

Commit

Permalink
tests: Skip server multi file test (#1320)
Browse files Browse the repository at this point in the history
This has been flaky for too long and so it's being skipped until it can be
corrected.

Signed-off-by: Charlie Egan <[email protected]>
  • Loading branch information
charlieegan3 authored Jan 8, 2025
1 parent 34f9827 commit 2d7753f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/lsp/server_multi_file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import (
// workspace diagnostics are run, this test validates that the correct diagnostics are sent to the client in this
// scenario.
func TestLanguageServerMultipleFiles(t *testing.T) {
// TODO: this test has been flakey and we need to skip it until we have time to look deeper into why
t.Skip()
t.Parallel()

// set up the workspace content with some example rego and regal config
Expand Down

0 comments on commit 2d7753f

Please sign in to comment.