Skip to content

Commit 19d1e37

Browse files
plemarquandmichael-weng
authored andcommitted
Skip Sourcekit-lsp diagnostics test until nightly tests enabled
1 parent 2539f8a commit 19d1e37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration-tests/DiagnosticsManager.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,8 @@ suite("DiagnosticsManager Test Suite", async function () {
894894
});
895895
});
896896

897-
suite("SourceKit-LSP diagnostics", () => {
897+
// Skipped until we enable it in a nightly build
898+
suite("SourceKit-LSP diagnostics @slow", () => {
898899
suiteSetup(async function () {
899900
if (workspaceContext.swiftVersion.isLessThan(new Version(5, 7, 0))) {
900901
this.skip();

0 commit comments

Comments
 (0)