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 6113b507419..db251048791 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -51,7 +51,7 @@ tests = [ ("Ice/gc", ["once"]), ("Ice/dispatcher", ["once"]), ("Ice/checksum", ["core"]), - ("Ice/stream", ["core", "novc6"]), + ("Ice/stream", ["core"]), ("Ice/hold", ["core"]), ("Ice/custom", ["core", "novc6"]), ("Ice/retry", ["core"]), |