From 7f4af485c62ee1e9b9c23a125f892400aa79c2b1 Mon Sep 17 00:00:00 2001 From: liza-mae Date: Sat, 14 Jul 2018 18:25:42 -0600 Subject: [PATCH] Skipping test due to bug #20807 (#20809) --- test/functional/apps/home/_sample_data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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();