skip failing test suite (#147640)

This commit is contained in:
Kibana Machine 2023-06-12 08:22:40 -04:00
parent 05f556b162
commit 0a1ed74ba4

View file

@ -38,7 +38,8 @@ export default function ({ getService }: FtrProviderContext) {
body: Record<string, unknown> | undefined;
}
describe('When attempting to call an endpoint api', () => {
// Failing: See https://github.com/elastic/kibana/issues/147640
describe.skip('When attempting to call an endpoint api', () => {
let indexedData: IndexedHostsAndAlertsResponse;
let actionId = '';
let agentId = '';