We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f9827 commit 2d7753fCopy full SHA for 2d7753f
internal/lsp/server_multi_file_test.go
@@ -15,6 +15,8 @@ import (
15
// workspace diagnostics are run, this test validates that the correct diagnostics are sent to the client in this
16
// scenario.
17
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()
20
t.Parallel()
21
22
// set up the workspace content with some example rego and regal config
0 commit comments