Skip to content

Commit

Permalink
skip failing test suite (#166770)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 19, 2023
1 parent a3a2f40 commit dc34810
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 createActionTests({ getService }: FtrProviderContext) {
const supertest = getService('supertest');

describe('max queued actions circuit breaker', () => {
// Failing ES Promotion: See https://github.com/elastic/kibana/issues/166770
describe.skip('max queued actions circuit breaker', () => {
const objectRemover = new ObjectRemover(supertest);
const retry = getService('retry');

Expand Down

0 comments on commit dc34810

Please sign in to comment.