diff options
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 7e3c813e710..79e2904ab1b 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -55,7 +55,7 @@ tests = [ ("Ice/checksum", ["core"]), ("Ice/stream", ["core"]), ("Ice/hold", ["core"]), - ("Ice/custom", ["core", "novc6"]), + ("Ice/custom", ["core", "novc6", "nossl"]), ("Ice/retry", ["core"]), ("Ice/timeout", ["core"]), ("Ice/background", ["core"]), |