Skip to content

Commit

Permalink
[test] Skips test preventing promotion of ES snapshot
Browse files Browse the repository at this point in the history
elastic#71555

Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley committed Jul 13, 2020
1 parent 439f2dd commit 0194f8c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export default ({ getService }: FtrProviderContext): void => {
const supertest = getService('supertest');
const es = getService('es');

describe('create_rules_bulk', () => {
// Preventing ES promotion: https://github.com/elastic/kibana/issues/71555
describe.skip('create_rules_bulk', () => {
describe('validation errors', () => {
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 () => {
const { body } = await supertest
Expand Down

0 comments on commit 0194f8c

Please sign in to comment.