Merge pull request #22099 from akka/wip-fork-stream-tck-patriknw
fork stream TCK tests
This commit is contained in:
commit
4c426b4e05
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue