mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Skip endpoint tests
This commit is contained in:
parent
cbde6393e7
commit
3cfd100171
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import {
|
|||
export default function (providerContext: FtrProviderContext) {
|
||||
const { loadTestFile, getService } = providerContext;
|
||||
|
||||
describe('endpoint', function () {
|
||||
describe.skip('endpoint', function () {
|
||||
const ingestManager = getService('ingestManager');
|
||||
const log = getService('log');
|
||||
const endpointTestResources = getService('endpointTestResources');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue