summaryrefslogtreecommitdiff
path: root/java/allTests.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-06-27 11:59:11 +0200
committerBenoit Foucher <benoit@zeroc.com>2014-06-27 11:59:11 +0200
commit19a682e8c52c89f2aaf85abf5d5163c3e1a431a3 (patch)
tree7d0ec29326b129c4bfb327bb868e0765f8847650 /java/allTests.py
parentFix ICE-5564 - disable timeout test when ran with compression (diff)
downloadice-19a682e8c52c89f2aaf85abf5d5163c3e1a431a3.tar.bz2
ice-19a682e8c52c89f2aaf85abf5d5163c3e1a431a3.tar.xz
ice-19a682e8c52c89f2aaf85abf5d5163c3e1a431a3.zip
Fix ICE-5564 - disable timeout test when ran with compression (for Java/C#/Py/Rb)
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 4b406e477d4..0285feb9e74 100755
--- a/java/allTests.py
+++ b/java/allTests.py
@@ -53,7 +53,7 @@ tests = [
("Ice/stream", ["core"]),
("Ice/hold", ["core"]),
("Ice/retry", ["core"]),
- ("Ice/timeout", ["core"]),
+ ("Ice/timeout", ["core", "nocompress"]),
("Ice/acm", ["core"]),
("Ice/background", ["core"]),
("Ice/servantLocator", ["core"]),