CesiumGS/cesium

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

Open

#3,757 opened on 2016年3月23日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)JavaScript (3,324 forks)batch import
good first issuetest failure

Repository metrics

Stars
 (11,758 stars)
PR merge metrics
 (平均マージ 15d 12h) (30d で 23 merged PRs)

説明

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.

コントリビューターガイド