Skip to content

Commit

Permalink
skip flaky suite. #108193
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Aug 17, 2021
1 parent 448ada6 commit 3d15d9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/fleet_functional/apps/home/welcome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'home']);
const kibanaServer = getService('kibanaServer');

describe('Welcome interstitial', () => {
// flaky https://github.com/elastic/kibana/pull/108193
describe.skip('Welcome interstitial', () => {
before(async () => {
// Need to navigate to page first to clear storage before test can be run
await PageObjects.common.navigateToUrl('home', undefined);
Expand Down

0 comments on commit 3d15d9e

Please sign in to comment.