skip failing test suite (#193876)

This commit is contained in:
Kibana Machine 2025-01-11 06:07:06 +11:00
parent 4ca57799b7
commit 221f1b100f

View file

@ -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 () => {