Skip to content

Commit

Permalink
[ResponseOps] [Alerting] Removing skip on x-pack/test/alerting_api_in…
Browse files Browse the repository at this point in the history
…tegration/security_and_spaces/group2/tests/telemetry/alerting_and_actions_telemetry·ts (#166985)

Resolves #140973

## Summary

Failure were caused by
```
Error: read ECONNRESET
    at TCP.onStreamRead (node:internal/stream_base_commons:217:20) {
  errno: -104,
  code: 'ECONNRESET',
  syscall: 'read',
  response: undefined
}
```
Flaky test runner x 250
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3210
  • Loading branch information
doakalexi authored Sep 25, 2023
1 parent ab2881f commit a712426
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ export default function createAlertingAndActionsTelemetryTests({ getService }: F
const esTestIndexTool = new ESTestIndexTool(es, retry);
const supertestWithoutAuth = getService('supertestWithoutAuth');

// FLAKY: https://github.com/elastic/kibana/issues/140973
describe.skip('telemetry', () => {
describe('telemetry', () => {
const objectRemover = new ObjectRemover(supertest);
const alwaysFiringRuleId: { [key: string]: string } = {};

Expand Down

0 comments on commit a712426

Please sign in to comment.