skip flaky suite (#152477, #152478, #152479)

This commit is contained in:
Jonathan Budzenski 2023-04-03 13:23:49 -05:00
parent 5d5e5d3c91
commit 711b8e031f

View file

@ -307,7 +307,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
expect(await titleElem.getAttribute('value')).to.equal(dataView);
};
describe('Search source Alert', () => {
// FLAKY: https://github.com/elastic/kibana/issues/152477
// FLAKY: https://github.com/elastic/kibana/issues/152478
// FLAKY: https://github.com/elastic/kibana/issues/152479
describe.skip('Search source Alert', () => {
before(async () => {
await security.testUser.setRoles(['discover_alert']);