mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[EDR Workflows][8.12] Reenable endpoint exceptions FTR (#174843)
## Summary manual backport in order to be able to use flaky test runner: - https://github.com/elastic/kibana/ flaky runner jobs: - 10x: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4866 10/10 ✅ - 100: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4868 100/100 ✅ > [!note] > don't forget to revert the `temp` commit ✅ --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
1472e49ae8
commit
eb6a5d9dfe
1 changed files with 1 additions and 3 deletions
|
@ -27,9 +27,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
const find = getService('find');
|
||||
const unzipPromisify = promisify(unzip);
|
||||
|
||||
// Flaky: https://github.com/elastic/kibana/issues/173684
|
||||
// Flaky: https://github.com/elastic/kibana/issues/173685
|
||||
describe.skip('Endpoint Exceptions', function () {
|
||||
describe('Endpoint Exceptions', function () {
|
||||
targetTags(this, ['@ess', '@serverless']);
|
||||
|
||||
this.timeout(10 * 60_000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue