skip failing es promotion suite (#154741)

This commit is contained in:
Tiago Costa 2023-04-11 17:01:15 +01:00
parent 73a0233af2
commit c39031e3da
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -15,7 +15,8 @@ import {
export default function (providerContext: FtrProviderContext) {
const { loadTestFile, getService } = providerContext;
describe('endpoint', function () {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/154741
describe.skip('endpoint', function () {
const ingestManager = getService('ingestManager');
const log = getService('log');
const endpointTestResources = getService('endpointTestResources');