mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#171667)
This commit is contained in:
parent
7992ca1673
commit
532799fd63
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const supertestWithoutAuth = getService('supertestWithoutAuth');
|
||||
const endpointTestResources = getService('endpointTestResources');
|
||||
|
||||
describe('Endpoint `execute` response action', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/171667
|
||||
describe.skip('Endpoint `execute` response action', function () {
|
||||
targetTags(this, ['@ess', '@serverless']);
|
||||
|
||||
let indexedData: IndexedHostsAndAlertsResponse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue