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:
Andreas Tolfsen 2018-11-08 15:38:15 +00:00
parent 4157983d1f
commit 09d4c848b5

View File

@ -0,0 +1,3 @@
[stress.py]
disabled:
if (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1505806