mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
e9b4ede153
commit
4bdcc9aa44
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
await PageObjects.dashboard.gotoDashboardLandingPage();
|
||||
});
|
||||
|
||||
|
||||
it('Overriding colors on an area chart is preserved', async () => {
|
||||
// Flaky test https://github.com/elastic/kibana/issues/17468
|
||||
it.skip('Overriding colors on an area chart is preserved', async () => {
|
||||
await PageObjects.dashboard.gotoDashboardLandingPage();
|
||||
|
||||
await PageObjects.dashboard.clickNewDashboard();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue