We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439f2dd commit 0194f8cCopy full SHA for 0194f8c
x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_rules_bulk.ts
@@ -29,7 +29,8 @@ export default ({ getService }: FtrProviderContext): void => {
29
const supertest = getService('supertest');
30
const es = getService('es');
31
32
- describe('create_rules_bulk', () => {
+ // Preventing ES promotion: https://github.com/elastic/kibana/issues/71555
33
+ describe.skip('create_rules_bulk', () => {
34
describe('validation errors', () => {
35
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 () => {
36
const { body } = await supertest
0 commit comments