mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 19:05:53 +02:00
Comment out part of ChannelCursorTest
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user