From 88624eef00d9f05cad3b7de7fb8e48c89c209505 Mon Sep 17 00:00:00 2001 From: Milton Hultgren Date: Tue, 16 Nov 2021 09:04:55 +0100 Subject: [PATCH] [Metrics UI] Skip failing waffle chart color palette test (#118527) --- x-pack/test/functional/apps/infra/home_page.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/infra/home_page.ts b/x-pack/test/functional/apps/infra/home_page.ts index ff27b5fe4e370..5046fa3ba90af 100644 --- a/x-pack/test/functional/apps/infra/home_page.ts +++ b/x-pack/test/functional/apps/infra/home_page.ts @@ -105,7 +105,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { await pageObjects.infraHome.clearSearchTerm(); }); - it('change color palette', async () => { + // Tracked in https://github.com/elastic/kibana/issues/118481 + it.skip('change color palette', async () => { await pageObjects.infraHome.openLegendControls(); await pageObjects.infraHome.changePalette('temperature'); await pageObjects.infraHome.applyLegendControls();