Remove 404 test because Travis can't handle it.

This commit is contained in:
Tom MacWright
2012-12-13 12:06:47 -05:00
parent 52d9227232
commit d7f094a024

View File

@@ -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();
});
});
});
});