Skip to content

Commit

Permalink
skip flaky suite. elastic#108193
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored and joshdover committed Aug 30, 2021
1 parent 3d4db3b commit 6c47097
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 6c47097

Please sign in to comment.