Skip to content

Commit

Permalink
skip flaky suite (#75724)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 2, 2020
1 parent a3af33d commit 0300245
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/infra/home_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const pageObjects = getPageObjects(['common', 'infraHome']);
const supertest = getService('supertest');

describe('Home page', function () {
// FLAKY: https://github.com/elastic/kibana/issues/75724
describe.skip('Home page', function () {
this.tags('includeFirefox');
before(async () => {
await esArchiver.load('empty_kibana');
Expand Down

0 comments on commit 0300245

Please sign in to comment.