mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#164318)
This commit is contained in:
parent
6a21870c4e
commit
e680546dcd
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue