diff options
author | Jose <jose@zeroc.com> | 2014-11-11 00:14:08 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-11-11 00:14:08 +0100 |
commit | 54d1f5337f665771347de9a3c07468a6958f3b43 (patch) | |
tree | 9aef882604ab742c1b7088f14e41d99577ef319a /java/allTests.py | |
parent | ICE-5860 - Fix IceJS browser tests causing WatchDog thread to complain. (diff) | |
download | ice-54d1f5337f665771347de9a3c07468a6958f3b43.tar.bz2 ice-54d1f5337f665771347de9a3c07468a6958f3b43.tar.xz ice-54d1f5337f665771347de9a3c07468a6958f3b43.zip |
Fixed (ICE-5754) - Glacier2 sessionHelper test fail when using ws
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/allTests.py b/java/allTests.py index 81e82cdeb76..ea62ebc11d4 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -81,7 +81,7 @@ tests = [ ("Freeze/evictor", ["once"]), ("Freeze/fileLock", ["once"]), ("Glacier2/router", ["service"]), - ("Glacier2/sessionHelper", ["service", "nossl", "nows", "noipv6"]), + ("Glacier2/sessionHelper", ["service", "noipv6"]), ("IceDiscovery/simple", ["service"]), ("IceGrid/simple", ["service"]), ("IceSSL/configuration", ["once"]) |