summaryrefslogtreecommitdiff
path: root/scripts/Component.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2019-11-04 18:50:14 +0100
committerBenoit Foucher <benoit@zeroc.com>2019-11-04 18:50:14 +0100
commit4885d2650328764cfc0ec000e52724f3f6c02205 (patch)
treecb9186f2aff6fbe3808c5a9470aa67329daad1d1 /scripts/Component.py
parentMove response, error and sent functions given to the client Async API (#610) (diff)
downloadice-4885d2650328764cfc0ec000e52724f3f6c02205.tar.bz2
ice-4885d2650328764cfc0ec000e52724f3f6c02205.tar.xz
ice-4885d2650328764cfc0ec000e52724f3f6c02205.zip
Added testing of IceSSL/configuration test on macOS
Diffstat (limited to 'scripts/Component.py')
-rw-r--r--scripts/Component.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/Component.py b/scripts/Component.py
index 92ddcc388c3..fa04a7b089c 100644
--- a/scripts/Component.py
+++ b/scripts/Component.py
@@ -164,10 +164,6 @@ class Ice(Component):
if current.config.ipv6 and testId in ["Ice/udp"]:
return False
- # IceSSL test doesn't work on macOS/.NET Core
- if isinstance(mapping, CSharpMapping) and isinstance(platform, Darwin) and parent in ["IceSSL"]:
- return False
-
return True
def isMainThreadOnly(self, testId):