mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Unskipping fleet_functional/apps/home/welcome·ts test (#160078)
This commit is contained in:
parent
c9134f131a
commit
b122d39841
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
||||||
const PageObjects = getPageObjects(['common', 'home']);
|
const PageObjects = getPageObjects(['common', 'home']);
|
||||||
const kibanaServer = getService('kibanaServer');
|
const kibanaServer = getService('kibanaServer');
|
||||||
|
|
||||||
// FLAKY: https://github.com/elastic/kibana/issues/156809
|
describe('Welcome interstitial', () => {
|
||||||
describe.skip('Welcome interstitial', () => {
|
|
||||||
before(async () => {
|
before(async () => {
|
||||||
// Need to navigate to page first to clear storage before test can be run
|
// Need to navigate to page first to clear storage before test can be run
|
||||||
await PageObjects.common.navigateToUrl('home', undefined);
|
await PageObjects.common.navigateToUrl('home', undefined);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue