skip flaky suite (#171666)

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

View file

@ -17,6 +17,7 @@ export default function ({ getService }: FtrProviderContext) {
const endpointTestResources = getService('endpointTestResources');
// FLAKY: https://github.com/elastic/kibana/issues/171667
// FLAKY: https://github.com/elastic/kibana/issues/171666
describe.skip('Endpoint `execute` response action', function () {
targetTags(this, ['@ess', '@serverless']);