CesiumGS/cesium

Replace "can support 2xx HTTP status (other than 200)" test

Open

#3,757 建立於 2016年3月23日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)JavaScript (3,324 fork)batch import
good first issuetest failure

倉庫指標

Star
 (11,758 star)
PR 合併指標
 (平均合併 15天 12小時) (30 天內合併 23 個 PR)

描述

The test can support 2xx HTTP status (other than 200) occasionally fails because it's relying on an external server that seems to have spotty availability. This causes CI to someone fail for no good reason. We should update this test to spy/mock the XHR request so that it doesn't need to access the network at all.

貢獻者指南