Skip to content

Commit

Permalink
skip failing test suite (#193072)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 16, 2024
1 parent ac3a6da commit a751a7f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import { FtrProviderContext } from '../../../../common/ftr_provider_context';
export default function monitoringAlertTests({ getService }: FtrProviderContext) {
const supertest = getService('supertest');

describe('monitoring', () => {
// Failing: See https://github.com/elastic/kibana/issues/193072
describe.skip('monitoring', () => {
const objectRemover = new ObjectRemover(supertest);

after(async () => await objectRemover.removeAll());
Expand Down

0 comments on commit a751a7f

Please sign in to comment.