mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip failing es promotion suite (#154277)
This commit is contained in:
parent
711b8e031f
commit
06f5a0185c
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
};
|
||||
};
|
||||
|
||||
describe('Non ECS fields in alert document source', () => {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/154277
|
||||
describe.skip('Non ECS fields in alert document source', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load(
|
||||
'x-pack/test/functional/es_archives/security_solution/ecs_non_compliant'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue