diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-07-28 11:01:17 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-07-28 11:01:17 -0230 |
commit | 594125ebc74211756dfa7a8a91f8feb896955301 (patch) | |
tree | 667c99830af55f12fb59b201c8eb130bf8610f0c /csharp/allTests.py | |
parent | Fix ICE-6682 - Windows Python build broken (diff) | |
download | ice-594125ebc74211756dfa7a8a91f8feb896955301.tar.bz2 ice-594125ebc74211756dfa7a8a91f8feb896955301.tar.xz ice-594125ebc74211756dfa7a8a91f8feb896955301.zip |
Added test to Glacier2/sessionHelper to test interrupting connection establishment
Diffstat (limited to 'csharp/allTests.py')
-rwxr-xr-x | csharp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/allTests.py b/csharp/allTests.py index 771548318d4..2e5b846b4bb 100755 --- a/csharp/allTests.py +++ b/csharp/allTests.py @@ -34,7 +34,7 @@ tests = [ ("Ice/operations", ["core"]), ("Ice/exceptions", ["core"]), ("Ice/ami", ["core", "nocompress"]), - ("Ice/info", ["core", "noipv6", "nocompress", "nosocks"]), + ("Ice/info", ["core", "noipv6", "nocompress", "nosocks", "nomono"]), ("Ice/inheritance", ["core"]), ("Ice/facets", ["core"]), ("Ice/hold", ["core"]), |