[SKIP ON MKI] x-pack/test_serverless/../search_source_alert.ts (#207869)

## Summary

See details: https://github.com/elastic/kibana/issues/207865
This commit is contained in:
Tre 2025-01-23 09:12:25 +00:00 committed by GitHub
parent 18afd0bb3c
commit d6967b8bce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -378,7 +378,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
describe('Search source Alert', function () {
// Failing: https://github.com/elastic/kibana/issues/203045
this.tags(['skipSvlOblt']);
// Failing: https://github.com/elastic/kibana/issues/207865
this.tags(['skipSvlOblt', 'skipSvlSearch']);
before(async () => {
await security.testUser.setRoles(['discover_alert']);