summaryrefslogtreecommitdiff
path: root/csharp/allTests.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-07-28 11:01:17 -0230
committerDwayne Boone <dwayne@zeroc.com>2015-07-28 11:01:17 -0230
commit594125ebc74211756dfa7a8a91f8feb896955301 (patch)
tree667c99830af55f12fb59b201c8eb130bf8610f0c /csharp/allTests.py
parentFix ICE-6682 - Windows Python build broken (diff)
downloadice-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-xcsharp/allTests.py2
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"]),