summaryrefslogtreecommitdiff
path: root/scripts/tests
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-06-21 13:08:37 -0700
committerMark Spruiell <mes@zeroc.com>2017-06-21 13:08:37 -0700
commit253ea4534e7e4e9e9019c27ba3257abfde54e500 (patch)
tree0b930d1f20e4ad9e20b0b16274310a873c04b9d9 /scripts/tests
parentslice2php build failure (diff)
downloadice-253ea4534e7e4e9e9019c27ba3257abfde54e500.tar.bz2
ice-253ea4534e7e4e9e9019c27ba3257abfde54e500.tar.xz
ice-253ea4534e7e4e9e9019c27ba3257abfde54e500.zip
ICE-8137 - deadlock in slicing/exceptions with serialize
Diffstat (limited to 'scripts/tests')
-rw-r--r--scripts/tests/Ice/slicing/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests/Ice/slicing/exceptions.py b/scripts/tests/Ice/slicing/exceptions.py
index d25c4d8b00b..1450cac5150 100644
--- a/scripts/tests/Ice/slicing/exceptions.py
+++ b/scripts/tests/Ice/slicing/exceptions.py
@@ -19,4 +19,4 @@ if Mapping.getByPath(__name__).hasSource("Ice/exceptions", "serveramd"):
ClientAMDServerTestCase("client/amd server with 1.0 encoding", props={ "Ice.Default.EncodingVersion" : "1.0" }),
]
-TestSuite(__name__, testcases)
+TestSuite(__name__, testcases, options = { "serialize" : [False] })