mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
bug 1492499: webdriver: disable maximize_window/stress.py on windows; a=stefan_hindli r=jgraham
The Maximize Window command's stress test is broken on Windows due to a socket problem on Windows specifically. I think the problem is that the socket buffer is too small because of a very intensive check for the window size not changing. See https://bugzilla.mozilla.org/show_bug.cgi?id=1505806 for more details. Differential Revision: https://phabricator.services.mozilla.com/D11331 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
4157983d1f
commit
09d4c848b5
@ -0,0 +1,3 @@
|
||||
[stress.py]
|
||||
disabled:
|
||||
if (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1505806
|
Loading…
x
Reference in New Issue
Block a user