Skip to content

Commit

Permalink
Fix //
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Oct 10, 2023
1 parent f7b86cb commit f2237b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default function ({ getService }: FtrProviderContext) {
false
);

// // Need to delete index before ingest pipeline, else it will give error
// Need to delete index before ingest pipeline, else it will give error
await ml.api.deleteIngestPipeline(modelWithPipelineAndDestIndex.modelId);
await ml.testResources.deleteIndexPatternByTitle(
modelWithPipelineAndDestIndexExpectedValues.dataViewTitle
Expand Down

0 comments on commit f2237b6

Please sign in to comment.