Comment out sbt --client test

This commit is contained in:
Eugene Yokota 2020-11-09 11:46:36 -05:00
parent 86f9061fae
commit 0939c1c78e
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@ object SbtRunnerTest extends SimpleTestSuite with PowerAssertions {
()
}
/*
test("sbt --client") {
val out = sbtProcess("--client", "--no-colors", "compile").!!.linesIterator.toList
if (isWindows) {
@ -85,4 +86,5 @@ object SbtRunnerTest extends SimpleTestSuite with PowerAssertions {
}
()
}
*/
}