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 622b3dfe7a5..accb4daced1 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -40,7 +40,7 @@ tests = [ ("Ice/proxy", ["core"]), ("Ice/operations", ["core"]), ("Ice/exceptions", ["core"]), - ("Ice/ami", ["core"]), + ("Ice/ami", ["core", "nocompress"]), ("Ice/info", ["core", "noipv6", "nocompress", "nosocks"]), ("Ice/inheritance", ["core"]), ("Ice/facets", ["core"]), |