Skip to content

Commit

Permalink
[SKIP FLAKY ON MKI] common/../search_source_alert.ts (elastic#194110)
Browse files Browse the repository at this point in the history
## Summary

see details: elastic#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>
  • Loading branch information
2 people authored and angorayc committed Oct 1, 2024
1 parent 18d0d35 commit 511db39
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 511db39

Please sign in to comment.