diff --git a/integration-test/src/test/scala/RunnerTest.scala b/integration-test/src/test/scala/RunnerTest.scala index 81386e990..721fff23e 100755 --- a/integration-test/src/test/scala/RunnerTest.scala +++ b/integration-test/src/test/scala/RunnerTest.scala @@ -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 { } () } + */ }