diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-10-26 11:34:41 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-10-26 11:34:41 +0200 |
commit | f723346838422372d2e45f0e1e6d3648e7835b3d (patch) | |
tree | 8ce96a35002812249701a0f46eb15c0dd56ce2df /java/allTests.py | |
parent | Fixed PHP/Ruby proxy test failure w/ SSL (diff) | |
download | ice-f723346838422372d2e45f0e1e6d3648e7835b3d.tar.bz2 ice-f723346838422372d2e45f0e1e6d3648e7835b3d.tar.xz ice-f723346838422372d2e45f0e1e6d3648e7835b3d.zip |
Don't run the metrics test with --compress
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/allTests.py b/java/allTests.py index cc2e1cd6b72..c1545d5c726 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -68,7 +68,7 @@ tests = [ ("Ice/hash", ["once"]), ("Ice/optional", ["once"]), ("Ice/admin", ["core"]), - ("Ice/metrics", ["core", "nossl", "noipv6"]), + ("Ice/metrics", ["core", "nossl", "noipv6", "nocompress"]), ("Ice/enums", ["once"]), ("IceBox/admin", ["core", "noipv6", "nomx"]), ("IceBox/configuration", ["core", "noipv6", "nomx"]), |