diff options
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 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"]), |