skip failing test suite (#159450)

This commit is contained in:
Jonathan Budzenski 2023-06-12 08:07:14 -05:00
parent bcc4f11e0b
commit 1e8145c925

View file

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