[SKIP FLAKY ON MKI] common/../search_source_alert.ts (#194110)

## Summary

see details: https://github.com/elastic/kibana/issues/193842

While only skipping
`x-pack/test_serverless/functional/test_suites/common/discover_ml_uptime/discover/search_source_alert.ts`,
hopefully
`x-pack/test/functional_with_es_ssl/apps/discover_ml_uptime/discover/search_source_alert.ts`
will not have to be skipped soon as well.

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Tre 2024-09-26 14:59:53 +01:00 committed by GitHub
parent 357a82c8a7
commit 9ae1925a3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -365,7 +365,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
expect(await titleElem.getAttribute('value')).to.equal(dataView);
};
describe('Search source Alert', () => {
describe('Search source Alert', function () {
// see details: https://github.com/elastic/kibana/issues/193842
this.tags(['failsOnMKI']);
before(async () => {
await security.testUser.setRoles(['discover_alert']);
await PageObjects.svlCommonPage.loginAsAdmin();