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 /cpp/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 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index b320e81271e..6f4aa7d1925 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -70,7 +70,7 @@ tests = [ ("Ice/plugin", ["core"]), ("Ice/hash", ["once"]), ("Ice/admin", ["core"]), - ("Ice/metrics", ["core", "nossl", "noipv6"]), + ("Ice/metrics", ["core", "nossl", "noipv6", "nocompress"]), ("Ice/enums", ["once"]), ("IceSSL/configuration", ["once", "novalgrind"]), # valgrind doesn't work well with openssl ("IceBox/configuration", ["core", "noipv6", "novc90", "nomingw", "nomx"]), |