Skip to content

Commit

Permalink
skip suite failing es promotion (#100697)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 27, 2021
1 parent 9c0ec03 commit a6bbf1b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const esArchiver = getService('esArchiver');

describe('Resolver tests for the entity route', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/100697
describe.skip('Resolver tests for the entity route', () => {
describe('winlogbeat tests', () => {
before(async () => {
await esArchiver.load('endpoint/resolver/winlogbeat');
Expand Down

0 comments on commit a6bbf1b

Please sign in to comment.