Skip to content

Commit

Permalink
[Metrics UI] Skip failing waffle chart color palette test (elastic#11…
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonhultgren committed Nov 15, 2021
1 parent 92f2312 commit 8f2579c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/infra/home_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8f2579c

Please sign in to comment.