mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip flaky suite (#164313)
This commit is contained in:
parent
84ca85d0ef
commit
a85c8dfb9f
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue