Skip to content

Commit

Permalink
Skip on MKI
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Oct 13, 2023
1 parent ce9be9b commit db27a08
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
const find = getService('find');

describe('Configure Case', function () {
// security_exception: action [indices:data/write/delete/byquery] is unauthorized for user [elastic] with effective roles [superuser] on restricted indices [.kibana_alerting_cases], this action is granted by the index privileges [delete,write,all]
this.tags(['failsOnMKI']);
before(async () => {
await svlCommonPage.login();
await svlObltNavigation.navigateToLandingPage();
Expand Down

0 comments on commit db27a08

Please sign in to comment.