From a07df766fdbd95b9695072739a7e3823acf3cd55 Mon Sep 17 00:00:00 2001 From: Charlie Egan Date: Wed, 8 Jan 2025 15:28:36 +0000 Subject: [PATCH] tests: Skip server multi file test This has been flaky for too long and so it's being skipped until it can be corrected. Signed-off-by: Charlie Egan --- internal/lsp/server_multi_file_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/lsp/server_multi_file_test.go b/internal/lsp/server_multi_file_test.go index 70b525c1..bffb233c 100644 --- a/internal/lsp/server_multi_file_test.go +++ b/internal/lsp/server_multi_file_test.go @@ -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