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 b6005de2644..55b94eccb10 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -69,7 +69,7 @@ tests = [ ("Ice/plugin", ["core"]), ("Ice/hash", ["once"]), ("Ice/admin", ["core"]), - ("Ice/metrics", ["core"]), + ("Ice/metrics", ["core", "nossl", "noipv6"]), ("IceSSL/configuration", ["once", "novalgrind"]), # valgrind doesn't work well with openssl ("IceBox/configuration", ["core", "noipv6", "novc6", "nomingw"]), ("IceBox/admin", ["core", "noipv6", "novc6", "nomingw"]), |