PolymerElements / iron-ajax

Easily make ajax requests
https://www.webcomponents.org/element/PolymerElements/iron-ajax
127 stars 113 forks source link

Reenable tests that previously used httpbin.org #331

Open bicknellr opened 5 years ago

bicknellr commented 5 years ago

Some tests previously contacted https://httpbin.org to check what gets sent over the wire. I disabled these tests because they were way too flaky as httpbin was sometimes taking longer than the individual test timeout to respond. We should find a way to reenable them; ideally using a local server. WCT had httpbin-like functionality at one point; maybe that could be enabled again too?