Skip to content

Commit

Permalink
Skips additional failing Ingest Manager integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Smalley committed Mar 5, 2020
1 parent 1634dff commit 2ce85fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('ingestManager', () => {
// https://github.com/jfsiii/kibana/blob/f73b54ebb7e0f6fc00efd8a6800a01eb2d9fb772/x-pack/plugins/ingest_manager/server/plugin.ts#L84
// adding tests to confirm the Fleet & EPM routes are never added

describe('manager and EPM; no Fleet', () => {
describe.skip('manager and EPM; no Fleet', () => {
let root: ReturnType<typeof kbnTestServer.createRoot>;
beforeAll(async () => {
const ingestManagerConfig = {
Expand Down

0 comments on commit 2ce85fd

Please sign in to comment.