skip flaky suite (#202945)

This commit is contained in:
Tiago Costa 2024-12-05 02:07:12 +00:00
parent 37b68a1e6f
commit a4baa5cc0a
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -2876,6 +2876,7 @@ export default ({ getService }: FtrProviderContext) => {
});
// FLAKY: https://github.com/elastic/kibana/issues/202940
// FLAKY: https://github.com/elastic/kibana/issues/202945
describe.skip('@skipInServerless sequence queries with suppression duration', () => {
it('suppresses alerts across two rule executions when the suppression duration exceeds the rule interval', async () => {
const id = uuidv4();