From f17b1b8f1a6b90ba6d22d376ff6e07defc57749a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20St=C3=BCrmer?= Date: Fri, 8 Dec 2017 15:46:25 +0100 Subject: [PATCH] [6.x] Skip flaky discover test (#15412) (#15491) --- test/functional/apps/discover/_field_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/apps/discover/_field_data.js b/test/functional/apps/discover/_field_data.js index bfa0e25a575af..fbd3519d8f005 100644 --- a/test/functional/apps/discover/_field_data.js +++ b/test/functional/apps/discover/_field_data.js @@ -68,7 +68,7 @@ export default function ({ getService, getPageObjects }) { }); }); - it('doc view should show oldest time first', function () { + it.skip('doc view should show oldest time first', function () { // Note: Could just check the timestamp, but might as well check that the whole doc is as expected. const ExpectedDoc = 'September 22nd 2015, 23:50:13.253\ntype:apache index:logstash-2015.09.22 @timestamp:September 22nd 2015, 23:50:13.253'