Skip to content

Commit

Permalink
skip flaky suite (elastic#178322)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 18, 2024
1 parent dbf017b commit 3c3fc12
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const objectRemover = new ObjectRemover(supertest);

describe('Global alerts page', function () {
describe('Loads the page with limited privileges', () => {
// FLAKY: https://github.com/elastic/kibana/issues/178322
describe.skip('Loads the page with limited privileges', () => {
before(async () => {
await security.testUser.setRoles(['alerts_and_actions_role']);
});
Expand Down

0 comments on commit 3c3fc12

Please sign in to comment.