Skip to content

Commit

Permalink
skipping flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
opauloh committed Oct 3, 2024
1 parent 58e6233 commit c92b0da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function ({ getService }: FtrProviderContext) {
const svlUserManager = getService('svlUserManager');

// find csp benchmark rule tests
describe('GET internal/cloud_security_posture/rules/_find', function () {
describe.skip('GET internal/cloud_security_posture/rules/_find', function () {
// security_exception: action [indices:admin/create] is unauthorized for user [elastic] with effective roles [superuser] on restricted indices [.fleet-actions-7], this action is granted by the index privileges [create_index,manage,all]
this.tags(['failsOnMKI']);

Expand Down

0 comments on commit c92b0da

Please sign in to comment.