mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip flaky suite (#154220,#154221,#154222,#154223,#154224,#154225,#154226)
This commit is contained in:
parent
da4e7826c4
commit
597f4bb879
1 changed files with 8 additions and 1 deletions
|
@ -33,7 +33,14 @@ export default function (providerContext: FtrProviderContext) {
|
|||
.expect(201);
|
||||
}
|
||||
|
||||
describe('fleet_final_pipeline', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/154220
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/154221
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/154222
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/154223
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/154224
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/154225
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/154226
|
||||
describe.skip('fleet_final_pipeline', () => {
|
||||
skipIfNoDockerRegistry(providerContext);
|
||||
before(async () => {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/fleet/empty_fleet_server');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue