skip flaky suite (#220243)

This commit is contained in:
Tiago Costa 2025-06-05 16:51:11 +01:00
parent 183b935821
commit cd02c54c74
No known key found for this signature in database
GPG key ID: 3CE7D0BA7CB85D57

View file

@ -101,7 +101,8 @@ export default ({ getService }: FtrProviderContext) => {
const dataPathBuilder = new EsArchivePathBuilder(isServerless); const dataPathBuilder = new EsArchivePathBuilder(isServerless);
const auditbeatPath = dataPathBuilder.getPath('auditbeat/hosts'); const auditbeatPath = dataPathBuilder.getPath('auditbeat/hosts');
describe('@ess @serverless @serverlessQA Query type rules', () => { // FLAKY: https://github.com/elastic/kibana/issues/220243
describe.skip('@ess @serverless @serverlessQA Query type rules', () => {
before(async () => { before(async () => {
await esArchiver.load(auditbeatPath); await esArchiver.load(auditbeatPath);
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/alerts/8.8.0', { await esArchiver.load('x-pack/test/functional/es_archives/security_solution/alerts/8.8.0', {