Skip to content

Commit

Permalink
skip flaky suite (#50448)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 9, 2021
1 parent c61ce3c commit c11a3ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/status_page/status_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function statusPageFunctonalTests({
const esArchiver = getService('esArchiver');
const PageObjects = getPageObjects(['security', 'statusPage', 'home']);

describe('Status Page', function () {
// FLAKY: https://github.com/elastic/kibana/issues/50448
describe.skip('Status Page', function () {
this.tags(['skipCloud', 'includeFirefox']);
before(async () => await esArchiver.load('empty_kibana'));
after(async () => await esArchiver.unload('empty_kibana'));
Expand Down

0 comments on commit c11a3ac

Please sign in to comment.