CesiumGS/cesium

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

Open

#3 757 ouverte le 23 mars 2016

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)JavaScript (3 324 forks)batch import
good first issuetest failure

Métriques du dépôt

Stars
 (11 758 stars)
Métriques de merge PR
 (Merge moyen 15j 12h) (23 PRs mergées en 30 j)

Description

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.

Guide contributeur