diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-08-14 07:19:13 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-08-14 07:19:13 +0200 |
commit | b0f0bc95d4db337fa4250dd8c320d921908f55a2 (patch) | |
tree | 477644c3b5b3822f4d12a5a269406d2928aebf2e /csharp/allTests.py | |
parent | Another minor fix for Expect.py script (diff) | |
download | ice-b0f0bc95d4db337fa4250dd8c320d921908f55a2.tar.bz2 ice-b0f0bc95d4db337fa4250dd8c320d921908f55a2.tar.xz ice-b0f0bc95d4db337fa4250dd8c320d921908f55a2.zip |
Revert "Fixed ICE-6707 - default interface for discovery is now Ice.Default.Host if it is set"
This reverts commit 406e393f2be3a29830a7758e58e4e674afc5e21e.
Diffstat (limited to 'csharp/allTests.py')
-rwxr-xr-x | csharp/allTests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/allTests.py b/csharp/allTests.py index 2e5329b6403..2e5b846b4bb 100755 --- a/csharp/allTests.py +++ b/csharp/allTests.py @@ -73,7 +73,6 @@ tests = [ ("IceBox/configuration", ["core", "noipv6", "nomx"]), ("Glacier2/router", ["service"]), ("Glacier2/sessionHelper", ["core"]), - ("IceDiscovery/simple", ["service"]), ("IceGrid/simple", ["service"]), ("IceSSL/configuration", ["once", "novista", "nomono", "nocompact"]), ] |