Skip to content

Commit

Permalink
skip suite blocking es promotion (#125851)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 16, 2022
1 parent 3f77c5f commit 45b719d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export default ({ getService }: FtrProviderContext) => {
const supertestWithoutAuth = getService('supertestWithoutAuth');
const log = getService('log');

describe('create_rules', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/125851
describe.skip('create_rules', () => {
describe('creating rules', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/auditbeat/hosts');
Expand Down

0 comments on commit 45b719d

Please sign in to comment.