Skip to content

Commit d43884c

Browse files
committed
Updated test
1 parent f53b82f commit d43884c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/transport.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ test('Retry mechanism', t => {
556556
})
557557
})
558558

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

562562
var count = 0

0 commit comments

Comments
 (0)