diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 96b2a1e1592..1c6acdc378a 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -216,7 +216,7 @@ def addPathToEnv(variable, path, env = None): # List of supported cross languages test. crossTests = [ "Ice/adapterDeactivation", - "Ice/background", + #"Ice/background", "Ice/binding", "Ice/checksum", #"Ice/custom", |