summaryrefslogtreecommitdiff
path: root/java/allTests.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-10-26 11:34:41 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-10-26 11:34:41 +0200
commitf723346838422372d2e45f0e1e6d3648e7835b3d (patch)
tree8ce96a35002812249701a0f46eb15c0dd56ce2df /java/allTests.py
parentFixed PHP/Ruby proxy test failure w/ SSL (diff)
downloadice-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-xjava/allTests.py2
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"]),