Skip to content

Commit

Permalink
Skips additional failing Ingest Manager integration tests
Browse files Browse the repository at this point in the history
#58969
#58968
#58967
#58966

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Mar 1, 2020
1 parent 61c9dc4 commit 420ded8
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 420ded8

Please sign in to comment.