Skip to content

Commit b185508

Browse files
drew-grossflovilmart
authored andcommitted
Remove flaky test
This test depends on external services and is super flaky. Lets kill it.
1 parent 7b91ee9 commit b185508

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

spec/HTTPRequest.spec.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -216,17 +216,6 @@ describe("httpRequest", () => {
216216
});
217217
});
218218

219-
it('should get a cat image', (done) => {
220-
httpRequest({
221-
url: 'http://thecatapi.com/api/images/get?format=src&type=jpg',
222-
followRedirects: true
223-
}).then((res) => {
224-
expect(res.buffer).not.toBe(null);
225-
expect(res.text).not.toBe(null);
226-
done();
227-
})
228-
})
229-
230219
it("should params object to query string", (done) => {
231220
httpRequest({
232221
url: httpRequestServer+"/qs",

0 commit comments

Comments
 (0)