Skip endpoint tests

This commit is contained in:
Kyle Pollich 2021-10-07 12:39:14 -04:00
parent cbde6393e7
commit 3cfd100171

View file

@ -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');