Skip to content

Commit

Permalink
skip failing test suite (#127770)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Mar 15, 2022
1 parent 458e153 commit 608c459
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ export default ({ getService }: FtrProviderContext) => {
/**
* Specific api integration tests for threat matching rule type
*/
describe('create_threat_matching', () => {
// Failing: See https://github.com/elastic/kibana/issues/127770
describe.skip('create_threat_matching', () => {
describe('creating threat match rule', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/auditbeat/hosts');
Expand Down

0 comments on commit 608c459

Please sign in to comment.