skip flaky suite (#171667)

This commit is contained in:
Tiago Costa 2023-11-21 16:26:39 +00:00
parent 7992ca1673
commit 532799fd63
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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;