skip flaky suite (#164313)

This commit is contained in:
Tiago Costa 2023-08-22 02:59:46 +01:00
parent 84ca85d0ef
commit a85c8dfb9f
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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