diff options
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 379a4fc2aff..cb98545e02e 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -59,7 +59,7 @@ tests = [ ("Ice/hold", ["core"]), ("Ice/custom", ["core", "nossl", "nows"]), ("Ice/retry", ["core"]), - ("Ice/timeout", ["core"]), + ("Ice/timeout", ["core", "nocompress"]), ("Ice/acm", ["core"]), ("Ice/background", ["core", "nomingw"]), ("Ice/servantLocator", ["core"]), |