Skip to content

Commit

Permalink
skip flaky suite (#104260)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Oct 27, 2021
1 parent 306a7cb commit 910a5ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/security_solution/hosts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const supertest = getService('supertest');

describe('hosts', () => {
// Failing: See https://github.com/elastic/kibana/issues/104260
describe.skip('hosts', () => {
before(() => esArchiver.load('x-pack/test/functional/es_archives/auditbeat/hosts'));
after(() => esArchiver.unload('x-pack/test/functional/es_archives/auditbeat/hosts'));

Expand Down

0 comments on commit 910a5ca

Please sign in to comment.