Skip to content

Commit

Permalink
Unskipping test (elastic#170353)
Browse files Browse the repository at this point in the history
Resolves elastic#168750

## Summary

The test failed with `Error: connect ECONNREFUSED` and just unskipping
the test passed the flaky test runner 500 times so I think it was just a
transient network issue.

https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3856
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3859

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
ymao1 and kibanamachine authored Nov 2, 2023
1 parent 2d5a62c commit aebd297
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const kibanaServer = getService('kibanaServer');

// FLAKY: https://github.com/elastic/kibana/issues/168750
describe.skip('Event Log public API', () => {
describe('Event Log public API', () => {
before(async () => {
await spacesService.create({
id: 'namespace-a',
Expand Down

0 comments on commit aebd297

Please sign in to comment.