mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing suite. #116510
This commit is contained in:
parent
b27ef965b4
commit
234692fa51
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ import { getRegistryUrl as getRegistryUrlFromIngest } from '../../../plugins/fle
|
|||
export default function endpointAPIIntegrationTests(providerContext: FtrProviderContext) {
|
||||
const { loadTestFile, getService } = providerContext;
|
||||
|
||||
describe('Endpoint plugin', function () {
|
||||
// failing: https://github.com/elastic/kibana/issues/116510
|
||||
describe.skip('Endpoint plugin', function () {
|
||||
const ingestManager = getService('ingestManager');
|
||||
|
||||
const log = getService('log');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue