Skip to content

Commit

Permalink
[ERD Workflows] Reenable endpoint exceptions FTR (#174841)
Browse files Browse the repository at this point in the history
## Summary

closes:
- #173685
- #173684
- #173184
- #173441

flaky runner:
- 10x ESS + 10x serverless:
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4865
💯 ✅
- 100x ESS +100x serverless:
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4869
💯 ✅

> [!caution]
> don't forget to revert the `temp` commit ✅

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
gergoabraham and kibanamachine authored Jan 16, 2024
1 parent eb896be commit b2585af
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const unzipPromisify = promisify(unzip);
const comboBox = getService('comboBox');

// FLAKY: https://github.com/elastic/kibana/issues/173184
describe.skip('Endpoint Exceptions', function () {
describe('Endpoint Exceptions', function () {
targetTags(this, ['@ess', '@serverless']);

this.timeout(10 * 60_000);
Expand Down

0 comments on commit b2585af

Please sign in to comment.