mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Remove 404 test because Travis can't handle it.
This commit is contained in:
@@ -49,12 +49,5 @@ describe('Connection', function() {
|
||||
});
|
||||
});
|
||||
|
||||
it('passes errors for 404s', function(done) {
|
||||
c.loadFromURL('404', function(err, graph) {
|
||||
expect(graph).to.be.a('Error');
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user