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 ea62ebc11d4..96669d33e4f 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -35,7 +35,7 @@ tests = [ ("Ice/operations", ["core"]), ("Ice/seqMapping", ["core"]), ("Ice/exceptions", ["core"]), - ("Ice/ami", ["core"]), + ("Ice/ami", ["core", "nocompress"]), ("Ice/info", ["core", "noipv6", "nocompress", "nosocks"]), ("Ice/inheritance", ["core"]), ("Ice/facets", ["core"]), |