skip failing test suite (#148386)

This commit is contained in:
Kibana Machine 2023-01-30 13:22:35 -05:00
parent 18e157a1a0
commit ec293bfc28

View file

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