diff options
author | Jose <jose@zeroc.com> | 2017-02-27 17:23:12 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-02-27 17:23:12 +0100 |
commit | ce395c80c4390bbb3355136e1a393eb468c2c2c8 (patch) | |
tree | 7e951c74ce041aeb80cee358bfdf38bb2ce8ce1b /scripts/Util.py | |
parent | Add tracing to PHP timeout test for unexpected exceptions (diff) | |
download | ice-ce395c80c4390bbb3355136e1a393eb468c2c2c8.tar.bz2 ice-ce395c80c4390bbb3355136e1a393eb468c2c2c8.tar.xz ice-ce395c80c4390bbb3355136e1a393eb468c2c2c8.zip |
Fix (ICE-7475) - JavaScript and Safari worker test hangs
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index d21c92aa3b8..4df40f78e0e 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -2898,10 +2898,6 @@ class JavaScriptMapping(Mapping): if current.config.browser in ["Edge", "Ie"]: options["es5"] = [True] - # TODO: Fix Safari issue where tests hang when ran with --worker - if current.config.browser == "Safari": - options["worker"] = [False] - return options from Glacier2Util import * |