mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#147640)
This commit is contained in:
parent
05f556b162
commit
0a1ed74ba4
1 changed files with 2 additions and 1 deletions
|
@ -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 = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue