Skip to content

Commit 102dd8a

Browse files
authored
disable tests for twitter-util for now
scala/scala-dev#203
1 parent 02d68ee commit 102dd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ build += {
553553
// this isn't really necessary and would pull in a JMH dependency
554554
extra.exclude: ["util-benchmark"]
555555
// TODO tests pass in 2.11.x-jdk8, why not here?
556-
extra.run-tests: true
556+
extra.run-tests: false // https://github.com/scala/scala-dev/issues/203#issuecomment-239649902
557557
}
558558

559559
]}

0 commit comments

Comments
 (0)