[Security Solution] Skip failing 8.12 test (#173692)

## Summary

Skip a couple more failing tests


### Checklist

- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
This commit is contained in:
Kevin Logan 2023-12-19 16:43:02 -05:00 committed by GitHub
parent 1ec65e9628
commit 0f9c1ea303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,9 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const find = getService('find');
const unzipPromisify = promisify(unzip);
describe('Endpoint Exceptions', function () {
// Flaky: https://github.com/elastic/kibana/issues/173684
// Flaky: https://github.com/elastic/kibana/issues/173685
describe.skip('Endpoint Exceptions', function () {
targetTags(this, ['@ess', '@serverless']);
this.timeout(10 * 60_000);