summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/parallel-collections/pc.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/scalacheck/parallel-collections/pc.scala')
-rw-r--r--test/files/scalacheck/parallel-collections/pc.scala5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/files/scalacheck/parallel-collections/pc.scala b/test/files/scalacheck/parallel-collections/pc.scala
index 04b7168286..cb57a6e205 100644
--- a/test/files/scalacheck/parallel-collections/pc.scala
+++ b/test/files/scalacheck/parallel-collections/pc.scala
@@ -17,7 +17,7 @@ class ParCollProperties extends Properties("Parallel collections") {
//include(immutable.ParallelRangeCheck)
// parallel immutable hash maps (tries)
- include(immutable.IntIntParallelHashMapCheck)
+ //include(immutable.IntIntParallelHashMapCheck)
// parallel immutable hash sets (tries)
@@ -40,7 +40,8 @@ object Test {
org.scalacheck.Test.checkProperties(
org.scalacheck.Test.Params(
rng = new java.util.Random(5134L),
- testCallback = new ConsoleReporter(0)
+ testCallback = new ConsoleReporter(0),
+ workers = 1
),
pc
)