summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-11-03 10:49:47 +0100
committerBenoit Foucher <benoit@zeroc.com>2014-11-03 10:49:47 +0100
commit8859ae2dfb081c74bfc37f8066d0c3ea2207a45e (patch)
tree2a88692e7187f3a3f966b49b69f3e51c223c1fb1 /cpp/allTests.py
parentsupport x86 RPM build on x64 platform (diff)
downloadice-8859ae2dfb081c74bfc37f8066d0c3ea2207a45e.tar.bz2
ice-8859ae2dfb081c74bfc37f8066d0c3ea2207a45e.tar.xz
ice-8859ae2dfb081c74bfc37f8066d0c3ea2207a45e.zip
Fixed ICE-5806: Freeze/evictor takes forever on OS X
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index cc8e86146ee..23ac33761d5 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -81,8 +81,8 @@ tests = [
("IceBox/admin", ["core", "noipv6", "novc100", "nomingw", "nomx"]),
("Freeze/dbmap", ["once", "novc100", "nomingw"]),
("Freeze/complex", ["once", "novc100", "nomingw"]),
- ("Freeze/evictor", ["core", "novc100", "nomingw"]),
- ("Freeze/fileLock", ["core", "novc100", "nomingw"]),
+ ("Freeze/evictor", ["once", "novc100", "nomingw"]),
+ ("Freeze/fileLock", ["once", "novc100", "nomingw"]),
("IceStorm/single", ["service", "novc100", "noappverifier", "nomingw"]), # This test doesn't work with appverifier
("IceStorm/federation", ["service", "novc100", "nomingw"]),
("IceStorm/federation2", ["service", "novc100", "nomingw"]),