mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
skip failing es promotion (#224987)
This commit is contained in:
parent
70fec45522
commit
4de6f7ca2c
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
|
||||
const authorizationIndex = '.kibana-test-authorization';
|
||||
|
||||
describe('execute', () => {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/224987
|
||||
describe.skip('execute', () => {
|
||||
const objectRemover = new ObjectRemover(supertest);
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue