From 0939c1c78e85115b65edd6161c5313a9dd873a76 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Mon, 9 Nov 2020 11:46:36 -0500 Subject: [PATCH] Comment out sbt --client test --- integration-test/src/test/scala/RunnerTest.scala | 2 ++ 1 file changed, 2 insertions(+) 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 { } () } + */ }