summaryrefslogtreecommitdiff
path: root/scripts/tests/Ice/slicing/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tests/Ice/slicing/exceptions.py')
-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] })