Skip to content

Commit

Permalink
skip failing test suite (elastic#193876)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jan 10, 2025
1 parent 330dd27 commit 8787073
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default function maxAlertsRuleTests({ getService }: FtrProviderContext) {
const es = getService('es');
const esTestIndexTool = new ESTestIndexTool(es, retry);

describe('index threshold rule that hits max alerts circuit breaker', () => {
// Failing: See https://github.com/elastic/kibana/issues/193876
describe.skip('index threshold rule that hits max alerts circuit breaker', () => {
const objectRemover = new ObjectRemover(supertest);

beforeEach(async () => {
Expand Down

0 comments on commit 8787073

Please sign in to comment.