Disable flaky XHR test

This commit is contained in:
Matt Brubeck 2014-11-05 14:48:19 -08:00
parent 10072c73fd
commit eee25d132c
3 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,4 @@
[xmlhttprequest-timeout-worker-overrides.html]
type: testharness
[Timeout test: timeout enabled after initially disabled, original timeout at 0, reset at 400 to 1000]
disabled: flaky - https://github.com/w3c/web-platform-tests/issues/1362

View file

@ -2,4 +2,3 @@
type: testharness
[Timeout test: timeout set to expired value before load fires, original timeout at 1000, reset at 400 to 300]
disabled: racy test

View file

@ -0,0 +1,4 @@
[xmlhttprequest-timeout-worker-twice.html]
type: testharness
[Timeout test: load fires normally with same timeout set twice, original timeout at 1000, reset at 400 to 1000]
disabled: flaky