Skip to content

Commit

Permalink
skip failing test suite (#164334)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Aug 21, 2023
1 parent c1d2834 commit 9cff5fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default ({ getService }: FtrProviderContext) => {
const retry = getService('retry');
const es = getService('es');

describe('Security lists task telemetry', async () => {
// Failing: See https://github.com/elastic/kibana/issues/164334
describe.skip('Security lists task telemetry', async () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/telemetry');
});
Expand Down

0 comments on commit 9cff5fc

Please sign in to comment.