mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#118479)
This commit is contained in:
parent
40c0103492
commit
1a215ba08a
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ export default function (providerContext: FtrProviderContext) {
|
|||
describe('setup api', async () => {
|
||||
skipIfNoDockerRegistry(providerContext);
|
||||
setupFleetAndAgents(providerContext);
|
||||
describe('setup performs upgrades', async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/118479
|
||||
describe.skip('setup performs upgrades', async () => {
|
||||
const oldEndpointVersion = '0.13.0';
|
||||
beforeEach(async () => {
|
||||
const url = '/api/fleet/epm/packages/endpoint';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue