skip failing test suite (#164318)

This commit is contained in:
Kibana Machine 2023-08-21 11:08:46 -04:00
parent 6a21870c4e
commit e680546dcd

View file

@ -34,7 +34,8 @@ export default ({ getService }: FtrProviderContext) => {
const log = getService('log');
const retry = getService('retry');
describe('Detection rule task telemetry', async () => {
// Failing: See https://github.com/elastic/kibana/issues/164318
describe.skip('Detection rule task telemetry', async () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/telemetry');
});