skip flaky suites (#190090)

This commit is contained in:
Tiago Costa 2024-08-08 01:49:02 +01:00
parent 3bc36b1d22
commit 36a4a3e579
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -325,7 +325,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
};
// FLAKY: https://github.com/elastic/kibana/issues/190090
describ.skip('Search source Alert', () => {
describe.skip('Search source Alert', () => {
before(async () => {
await security.testUser.setRoles(['discover_alert']);