diff --git a/test/functional/apps/home/_sample_data.js b/test/functional/apps/home/_sample_data.js index 48cc3cf509936..c615ff5ea362a 100644 --- a/test/functional/apps/home/_sample_data.js +++ b/test/functional/apps/home/_sample_data.js @@ -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();