mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[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:
parent
1ec65e9628
commit
0f9c1ea303
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue