Skip to content

Commit 2d7753f

Browse files
authored
tests: Skip server multi file test (#1320)
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]>
1 parent 34f9827 commit 2d7753f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/lsp/server_multi_file_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import (
1515
// workspace diagnostics are run, this test validates that the correct diagnostics are sent to the client in this
1616
// scenario.
1717
func TestLanguageServerMultipleFiles(t *testing.T) {
18+
// TODO: this test has been flakey and we need to skip it until we have time to look deeper into why
19+
t.Skip()
1820
t.Parallel()
1921

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

0 commit comments

Comments
 (0)