summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-11-08 10:02:09 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-11-08 10:02:09 +0000
commit8607dd6b78af6094d2a40fd42c2ed03c4444f086 (patch)
treea4c8f2d8b3334167f818d4b4eecd5e1735d13a4a /test
parentd76d7778b675bf89c67407e7100a84f297ccd67e (diff)
downloadscala-8607dd6b78af6094d2a40fd42c2ed03c4444f086.tar.gz
scala-8607dd6b78af6094d2a40fd42c2ed03c4444f086.tar.bz2
scala-8607dd6b78af6094d2a40fd42c2ed03c4444f086.zip
Disabled a test failing on server.
No review
Diffstat (limited to 'test')
-rw-r--r--test/files/scalacheck/parallel-collections/pc.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/scalacheck/parallel-collections/pc.scala b/test/files/scalacheck/parallel-collections/pc.scala
index 4e2d5611f0..33d5a28322 100644
--- a/test/files/scalacheck/parallel-collections/pc.scala
+++ b/test/files/scalacheck/parallel-collections/pc.scala
@@ -26,7 +26,7 @@ class ParCollProperties extends Properties("Parallel collections") {
// include(mutable.IntIntParallelHashMapCheck)
// parallel mutable hash sets (tables)
- include(mutable.IntParallelHashSetCheck)
+ // include(mutable.IntParallelHashSetCheck)
// parallel vectors