Merge pull request #22099 from akka/wip-fork-stream-tck-patriknw

fork stream TCK tests
This commit is contained in:
Patrik Nordwall 2017-01-04 11:52:51 +01:00 committed by GitHub
commit 4c426b4e05

View file

@ -6,3 +6,9 @@ Formatting.formatSettings
Dependencies.streamTestsTck
disablePlugins(MimaPlugin)
// These TCK tests are using System.gc(), which
// is causing long GC pauses when running with G1 on
// the CI build servers. Therefore we fork these tests
// to run with small heap without G1.
fork in Test := true