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 96669d33e4f..64cc105e72d 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -49,7 +49,7 @@ tests = [ ("Ice/custom", ["core"]), ("Ice/checksum", ["core"]), ("Ice/dispatcher", ["core"]), - ("Ice/interrupt", ["core"]), + ("Ice/interrupt", ["core", "nocompress"]), ("Ice/packagemd", ["core"]), ("Ice/stream", ["core"]), ("Ice/hold", ["core"]), |