diff --git a/test/spec/connection.js b/test/spec/connection.js index 25a95c53d..7a0bbacbe 100644 --- a/test/spec/connection.js +++ b/test/spec/connection.js @@ -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(); - }); - }); - }); });