Skip to content

Commit

Permalink
skip failing test suite (elastic#178887)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and saikatsarkar056 committed Mar 20, 2024
1 parent e44b40b commit 2bd134d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const supertest = getService('supertest');
const objectRemover = new ObjectRemover(supertest);

describe('Global alerts page', function () {
// Failing: See https://github.com/elastic/kibana/issues/178887
describe.skip('Global alerts page', function () {
// FLAKY: https://github.com/elastic/kibana/issues/178322
describe.skip('Loads the page with limited privileges', () => {
before(async () => {
Expand Down

0 comments on commit 2bd134d

Please sign in to comment.