summaryrefslogtreecommitdiff
path: root/scripts/tests/Ice/slicing/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tests/Ice/slicing/objects.py')
-rw-r--r--scripts/tests/Ice/slicing/objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests/Ice/slicing/objects.py b/scripts/tests/Ice/slicing/objects.py
index 897e560f0cb..16ff243e3ec 100644
--- a/scripts/tests/Ice/slicing/objects.py
+++ b/scripts/tests/Ice/slicing/objects.py
@@ -10,4 +10,4 @@
TestSuite(__name__, [
ClientServerTestCase(),
ClientServerTestCase("client/server with 1.0 encoding", props={ "Ice.Default.EncodingVersion" : "1.0" }),
-]) \ No newline at end of file
+], options = { "valgrind" : [False] })