CesiumGS/cesium
Auf GitHub ansehenReplace "can support 2xx HTTP status (other than 200)" test
Open
#3.757 geöffnet am 23. März 2016
good first issuetest failure
Repository-Metriken
- Stars
- (11.758 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 15T 12h) (23 gemergte PRs in 30 T)
Beschreibung
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.