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