Skip to content

Commit

Permalink
skip ingest pipeline api tests
Browse files Browse the repository at this point in the history
JSON formatting appears to have changed modestly. Tracking at #73170.
  • Loading branch information
jbudz committed Jul 23, 2020
1 parent b5c0d5f commit 8021616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function ({ getService }: FtrProviderContext) {

const { createPipeline, deletePipeline } = registerEsHelpers(getService);

describe('Pipelines', function () {
describe.skip('Pipelines', function () {
describe('Create', () => {
const PIPELINE_ID = 'test_create_pipeline';
const REQUIRED_FIELDS_PIPELINE_ID = 'test_create_required_fields_pipeline';
Expand Down

0 comments on commit 8021616

Please sign in to comment.