mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky dashboard tests (#15505)
This commit is contained in:
parent
cb32ef3632
commit
acde688097
1 changed files with 3 additions and 1 deletions
|
@ -239,7 +239,9 @@ export default function ({ getService, getPageObjects }) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('add new visualization link', () => {
|
||||
|
||||
// Re-endable once https://github.com/elastic/kibana/issues/15504 is fixed.
|
||||
describe.skip('add new visualization link', () => {
|
||||
it('adds a new visualization', async () => {
|
||||
await PageObjects.dashboard.clickEdit();
|
||||
await PageObjects.dashboard.clickAddVisualization();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue