Skip to content

Commit

Permalink
Skip a test
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Sep 18, 2020
1 parent 3c0d9a6 commit 25ae938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ test('piping to got.stream.put()', withServer, async (t, server, got) => {
});

// See https://github.com/nodejs/node/issues/35237
test.failing('no unhandled body stream errors', async t => {
test.skip('no unhandled body stream errors', async t => {
const body = new FormData();
body.append('upload', fs.createReadStream('/bin/sh'));

Expand Down

0 comments on commit 25ae938

Please sign in to comment.