Skip to content

Commit

Permalink
skip failing test (#137934)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchcodemuchwow committed Aug 3, 2022
1 parent b8aaf56 commit adddf89
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ describe('Uprade package install version', () => {
await stopServers();
});

describe('with package installed with a previous format install version', () => {
// FLAKY: https://github.com/elastic/kibana/issues/137934
describe.skip('with package installed with a previous format install version', () => {
let soClient: SavedObjectsClientContract;

const OUTDATED_PACKAGES = ['nginx', 'apache'];
Expand Down

0 comments on commit adddf89

Please sign in to comment.