You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "calls error callback only once on multiple 404s" test appears to be flaky. I keep seeing different browsers fail this test on CI:
OS X 10.13 safari latest ✖ static/y/suite.html » dynamic require » calls error callback only once on multiple 404s
expected 0 to equal 1
<unknown> at AssertionError at /components/wct-browser-legacy/node_modules/chai/chai.js:5260:0
<unknown> at assert at /components/wct-browser-legacy/node_modules/chai/chai.js:259:0
<unknown> at equal at /components/wct-browser-legacy/node_modules/chai/chai.js:2006:0
<unknown> at http://localhost:8000/components/ at polymer/esm-amd-loader-test/lib/suite.js:225:0
chrome 67 Tests passed
Windows 8.1 IE 11 Beginning tests via http://localhost:8000/components/@polymer/esm-amd-loader-test/generated-index.html?cli_browser_id=0
firefox 60 Tests passed
OS X 10.13 safari latest Tests failed: 1 failed tests
Windows 10 microsoftedge latest Tests passed
Windows 8.1 IE 11 Tests passed
Test run ended in failure: 1 failed tests
The text was updated successfully, but these errors were encountered:
Previously this test used a 1 second timeout to wait to see how many
times the error callback was called, which was flaky on CI. Now we
capture 404 errors and check callback calls after two 404s.
Fixes#507
Previously this test used a 1 second timeout to wait to see how many
times the error callback was called, which was flaky on CI. Now we
capture 404 errors and check callback calls after two 404s.
Fixes#507
The "calls error callback only once on multiple 404s" test appears to be flaky. I keep seeing different browsers fail this test on CI:
The text was updated successfully, but these errors were encountered: