mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#193876)
This commit is contained in:
parent
4ca57799b7
commit
221f1b100f
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue