Skip to content

Commit

Permalink
[SKIP FLAKY ON MKI] common/../search_source_alert.ts
Browse files Browse the repository at this point in the history
see details: elastic#193842
  • Loading branch information
wayneseymour committed Sep 26, 2024
1 parent 7b76160 commit c3056bf
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 c3056bf

Please sign in to comment.