skip failing test suite (#224699)

This commit is contained in:
Kibana Machine 2025-06-25 21:51:25 +02:00
parent 17c2556fc6
commit 2ce244f006

View file

@ -65,7 +65,8 @@ export default ({ getService }: FtrProviderContext) => {
*/
const internalIdPipe = (id: string) => `| where id=="${id}"`;
describe('@ess @serverless ES|QL rule type', () => {
// Failing: See https://github.com/elastic/kibana/issues/224699
describe.skip('@ess @serverless ES|QL rule type', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/ecs_compliant');
});