Skip to content

Commit

Permalink
skip more suits failing es promotion (#125851)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 16, 2022
1 parent d013548 commit 0a850d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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 ES PROMOTION: https://github.com/elastic/kibana/issues/125851
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import {
export default function (providerContext: FtrProviderContext) {
const { loadTestFile, getService } = providerContext;

describe('endpoint', function () {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/125851
describe.skip('endpoint', function () {
const ingestManager = getService('ingestManager');
const log = getService('log');
const endpointTestResources = getService('endpointTestResources');
Expand Down

0 comments on commit 0a850d8

Please sign in to comment.