mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
090b560795
commit
ecafae1a6e
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
expect(isInstalled).to.be(true);
|
||||
});
|
||||
|
||||
describe('dashboard', () => {
|
||||
// Skipping issue # 20807
|
||||
describe.skip('dashboard', () => {
|
||||
after(async () => {
|
||||
await PageObjects.common.navigateToUrl('home', 'tutorial_directory/sampleData');
|
||||
await PageObjects.header.waitUntilLoadingHasFinished();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue