Skip to content

Commit

Permalink
Add todo for node issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 27, 2020
1 parent cf9669e commit da7da4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/api-support/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ function runTests(dev = false) {
// This is a temporary workaround for testing since node doesn't handle
// closed connections when POSTing data to an endpoint correctly
// https://github.com/nodejs/node/issues/12339
// TODO: investigate re-enabling this after above issue has been
// addressed in node or `node-fetch`
expect(error.code).toBe('EPIPE')
} else {
expect(res.status).toEqual(413)
Expand Down

0 comments on commit da7da4a

Please sign in to comment.