summaryrefslogtreecommitdiff
path: root/java/allTests.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-11-11 00:14:08 +0100
committerJose <jose@zeroc.com>2014-11-11 00:14:08 +0100
commit54d1f5337f665771347de9a3c07468a6958f3b43 (patch)
tree9aef882604ab742c1b7088f14e41d99577ef319a /java/allTests.py
parentICE-5860 - Fix IceJS browser tests causing WatchDog thread to complain. (diff)
downloadice-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-xjava/allTests.py2
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"])