From 755a9fe13931e38addb017befdc4790506d70ece Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 19 Aug 2021 15:31:52 +0100 Subject: [PATCH] skip flaky suite (#95376) --- test/functional/apps/management/_runtime_fields.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/functional/apps/management/_runtime_fields.js b/test/functional/apps/management/_runtime_fields.js index 9a051bbdef6eb..745a3f9b079a4 100644 --- a/test/functional/apps/management/_runtime_fields.js +++ b/test/functional/apps/management/_runtime_fields.js @@ -17,7 +17,8 @@ export default function ({ getService, getPageObjects }) { const PageObjects = getPageObjects(['settings']); const testSubjects = getService('testSubjects'); - describe('runtime fields', function () { + // FLAKY: https://github.com/elastic/kibana/issues/95376 + describe.skip('runtime fields', function () { this.tags(['skipFirefox']); before(async function () {