From 9c72424ba2aaa30d6cebd6ffc5f12bf99d2da74c Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 28 Jul 2021 12:28:41 +0100 Subject: [PATCH] skip flaky suite (#100437) --- test/functional/apps/discover/_field_data.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/functional/apps/discover/_field_data.ts b/test/functional/apps/discover/_field_data.ts index 27407e9a0bc4d..fc0c0c6a48649 100644 --- a/test/functional/apps/discover/_field_data.ts +++ b/test/functional/apps/discover/_field_data.ts @@ -34,7 +34,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { await PageObjects.timePicker.setDefaultAbsoluteRangeViaUiSettings(); await PageObjects.common.navigateToApp('discover'); }); - describe('field data', function () { + // FLAKY: https://github.com/elastic/kibana/issues/100437 + describe.skip('field data', function () { it('search php should show the correct hit count', async function () { const expectedHitCount = '445'; await retry.try(async function () {