chore(NA): skip apis Endpoint plugin Endpoint policy api (#68638)

This commit is contained in:
Tiago Costa 2020-06-09 12:24:30 +01:00
parent 0a73891714
commit bebbd6d2c4
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -10,7 +10,8 @@ import { FtrProviderContext } from '../../ftr_provider_context';
export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const supertest = getService('supertest');
describe('Endpoint policy api', () => {
// SKIPPED as it is failing ES PROMOTION: https://github.com/elastic/kibana/issues/68638
describe.skip('Endpoint policy api', () => {
describe('GET /api/endpoint/policy_response', () => {
before(async () => await esArchiver.load('endpoint/policy'));