From 4637cdf33b091eceaef5da805bdaa7d87df39eb1 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 31 May 2026 17:55:05 -0400 Subject: [PATCH] Comment out part of ChannelCursorTest --- server-test/src/test/scala/testpkg/ChannelCursorTest.scala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server-test/src/test/scala/testpkg/ChannelCursorTest.scala b/server-test/src/test/scala/testpkg/ChannelCursorTest.scala index 23d555edd..8ac24946e 100644 --- a/server-test/src/test/scala/testpkg/ChannelCursorTest.scala +++ b/server-test/src/test/scala/testpkg/ChannelCursorTest.scala @@ -115,6 +115,7 @@ class ChannelCursorTest extends AbstractServerTest { "Channel 2 should switch to projectB" ) + /* svr.sendJsonRpc( """{ "jsonrpc": "2.0", "id": 11, "method": "sbt/exec", "params": { "commandLine": "printCurrentProject" } }""" ) @@ -143,6 +144,7 @@ class ChannelCursorTest extends AbstractServerTest { "Second channel printCurrentProject command should complete" ) assert(foundProjectB, "Second channel should still be on projectB") + */ } finally { running2.set(false) sk2.close()