Skip to content

Commit

Permalink
skip flaky suite (#86546)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Feb 9, 2021
1 parent f4c2710 commit 11ca311
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function upgradeAssistantFunctionalTests({
const log = getService('log');
const retry = getService('retry');

describe('Upgrade Checkup', function () {
// Failing: See https://github.com/elastic/kibana/issues/86546
describe.skip('Upgrade Checkup', function () {
this.tags('includeFirefox');
before(async () => await esArchiver.load('empty_kibana'));
after(async () => {
Expand Down

0 comments on commit 11ca311

Please sign in to comment.