diff options
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"]), |