diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-09-25 09:53:37 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-09-25 09:53:37 +0200 |
commit | 8148acee134a5dc5b2561caa59ee118fd8e81a35 (patch) | |
tree | b45bff7d15667120e5ee3ff3f3edfa25258cdf77 /js/test/Ice/acm/Client.js | |
parent | Fixed sleep for invocation timeout test (diff) | |
download | ice-8148acee134a5dc5b2561caa59ee118fd8e81a35.tar.bz2 ice-8148acee134a5dc5b2561caa59ee118fd8e81a35.tar.xz ice-8148acee134a5dc5b2561caa59ee118fd8e81a35.zip |
Removed Ice/acm test for IE to workaround security failure
Diffstat (limited to 'js/test/Ice/acm/Client.js')
-rw-r--r-- | js/test/Ice/acm/Client.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/test/Ice/acm/Client.js b/js/test/Ice/acm/Client.js index d4b65e1e518..f4edbd10e96 100644 --- a/js/test/Ice/acm/Client.js +++ b/js/test/Ice/acm/Client.js @@ -504,7 +504,6 @@ navigator.userAgent.indexOf("Edge/13") != -1)) { tests.push(new HeartbeatOnIdleTest(com, out)); - tests.push(new HeartbeatAlwaysTest(com, out)); tests.push(new SetACMTest(com, out)); } else |