diff options
author | Jose <jose@zeroc.com> | 2012-11-29 18:27:40 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-11-29 18:27:40 +0100 |
commit | d94e9f8fd46b84b0261c2c4b6e5f1b4e71d73fbd (patch) | |
tree | 80bbb639c199658e7a58b28b2d060daaf25e3152 /cpp/allTests.py | |
parent | Removed expat from Darwin third-party list (diff) | |
download | ice-d94e9f8fd46b84b0261c2c4b6e5f1b4e71d73fbd.tar.bz2 ice-d94e9f8fd46b84b0261c2c4b6e5f1b4e71d73fbd.tar.xz ice-d94e9f8fd46b84b0261c2c4b6e5f1b4e71d73fbd.zip |
Fixed (ICE-5022) - C# Glacier2/sessionHelper test failure on Windows Server 2008 x64 w/ VS2010
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 faaae708b40..00096ad5b57 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -107,7 +107,7 @@ tests = [ ("Glacier2/ssl", ["service", "novalgrind", "novc90", "nomingw"]), # valgrind doesn't work well with openssl ("Glacier2/dynamicFiltering", ["service", "novc90", "nomingw"]), ("Glacier2/staticFiltering", ["service", "noipv6", "novc90", "nomingw", "nomx"]), - ("Glacier2/sessionHelper", ["service", "novc90", "nomingw"]), + ("Glacier2/sessionHelper", ["service", "novc90", "nomingw", "nossl", "noipv6"]), ] # |