From d43884cc5c8b36c51a45d8900a43a2918cdaf012 Mon Sep 17 00:00:00 2001 From: delvedor Date: Thu, 14 May 2020 10:06:17 +0200 Subject: [PATCH] Updated test --- test/unit/transport.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/transport.test.js b/test/unit/transport.test.js index fbcefc653..0389b5e45 100644 --- a/test/unit/transport.test.js +++ b/test/unit/transport.test.js @@ -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