Skip to content

Commit 0194f8c

Browse files
author
Tyler Smalley
committed
[test] Skips test preventing promotion of ES snapshot
#71555 Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
1 parent 439f2dd commit 0194f8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_rules_bulk.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ export default ({ getService }: FtrProviderContext): void => {
2929
const supertest = getService('supertest');
3030
const es = getService('es');
3131

32-
describe('create_rules_bulk', () => {
32+
// Preventing ES promotion: https://github.com/elastic/kibana/issues/71555
33+
describe.skip('create_rules_bulk', () => {
3334
describe('validation errors', () => {
3435
it('should give a 200 even if the index does not exist as all bulks return a 200 but have an error of 409 bad request in the body', async () => {
3536
const { body } = await supertest

0 commit comments

Comments
 (0)