mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test (#137934)
This commit is contained in:
parent
b8aaf561da
commit
adddf89b38
1 changed files with 2 additions and 1 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue