diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-10-16 12:15:14 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-10-16 12:15:14 +0200 |
commit | 1edb603754a8ab3922a3b9b8c69e0dd3614e0dab (patch) | |
tree | d5d56c91a42187cbd68b0dcf65e95eab68cde22d /java/allTests.py | |
parent | ICE-4856 - Fix multicast for JDK 7 (diff) | |
download | ice-1edb603754a8ab3922a3b9b8c69e0dd3614e0dab.tar.bz2 ice-1edb603754a8ab3922a3b9b8c69e0dd3614e0dab.tar.xz ice-1edb603754a8ab3922a3b9b8c69e0dd3614e0dab.zip |
Fixed IceMX race condition, VC9 build
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/allTests.py b/java/allTests.py index 0c738e2d25a..521d3ac80ad 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -69,8 +69,8 @@ tests = [ ("Ice/optional", ["once"]), ("Ice/admin", ["core"]), ("Ice/metrics", ["core", "nossl", "noipv6"]), - ("IceBox/admin", ["core", "noipv6"]), - ("IceBox/configuration", ["core", "noipv6"]), + ("IceBox/admin", ["core", "noipv6", "nomx"]), + ("IceBox/configuration", ["core", "noipv6", "nomx"]), ("Freeze/dbmap", ["once"]), ("Freeze/complex", ["once"]), ("Freeze/evictor", ["core"]), |