skip flaky suite (#224780)

This commit is contained in:
Tiago Costa 2025-06-23 22:51:21 +01:00
parent e585c2223d
commit daa036f0d5
No known key found for this signature in database
GPG key ID: 3CE7D0BA7CB85D57

View file

@ -159,7 +159,8 @@ export default ({ getService }: FtrProviderContext) => {
);
});
describe('KQL', () => {
// FLAKY: https://github.com/elastic/kibana/issues/224780
describe.skip('KQL', () => {
it('should generate alerts with event.ingested, @timestamp and (event.ingested + timestamp)', async () => {
const rule: QueryRuleCreateProps = {
...getRuleForAlertTesting(['myfa*']),