Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
delvedor committed May 14, 2020
1 parent f53b82f commit d43884c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/transport.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ test('Retry mechanism', t => {
})
})

test('Should not retry if the body is a stream', t => {
test('Should not retry if the body is a stream', { skip: 'https://github.com/elastic/elasticsearch-js/pull/1143 has not been backported' }, t => {
t.plan(2)

var count = 0
Expand Down

0 comments on commit d43884c

Please sign in to comment.