mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#209024)
This commit is contained in:
parent
57aad9b713
commit
ef8617f63e
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
const auditPath = dataPathBuilder.getPath('auditbeat/hosts');
|
||||
const packetBeatPath = dataPathBuilder.getPath('packetbeat/default');
|
||||
|
||||
describe('@ess @serverless @serverlessQA EQL type rules', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/209024
|
||||
describe.skip('@ess @serverless @serverlessQA EQL type rules', () => {
|
||||
const { indexListOfDocuments } = dataGeneratorFactory({
|
||||
es,
|
||||
index: 'ecs_compliant',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue