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 933d634552c..619e67c5427 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -74,7 +74,7 @@ tests = [ ("Ice/plugin", ["core", "nomingw"]), ("Ice/hash", ["once"]), ("Ice/admin", ["core", "noipv6"]), - ("Ice/metrics", ["core", "nossl", "nows", "noipv6", "nocompress", "nomingw", "nosocks"]), + ("Ice/metrics", ["core", "nows", "noipv6", "nocompress", "nomingw", "nosocks"]), ("Ice/enums", ["once", "bt"]), ("Ice/logger", ["once"]), ("Ice/networkProxy", ["core", "noipv6", "nosocks"]), |