diff options
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/allTests.py b/java/allTests.py index 4175079aa75..ba28b83b8f0 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -35,7 +35,7 @@ tests = [ ("Ice/seqMapping", ["core"]), ("Ice/exceptions", ["core"]), ("Ice/ami", ["core"]), - ("Ice/info", ["core", "noipv6", "nocompress"]), + ("Ice/info", ["core", "noipv6", "nocompress", "nosocks"]), ("Ice/inheritance", ["core"]), ("Ice/facets", ["core"]), ("Ice/objects", ["core"]), @@ -68,7 +68,7 @@ tests = [ ("Ice/hash", ["once"]), ("Ice/optional", ["once"]), ("Ice/admin", ["core"]), - ("Ice/metrics", ["core", "nossl", "noipv6", "nocompress"]), + ("Ice/metrics", ["core", "nossl", "noipv6", "nocompress", "nosocks"]), ("Ice/enums", ["once"]), ("IceBox/admin", ["core", "noipv6", "nomx"]), ("IceBox/configuration", ["core", "noipv6", "nomx"]), |