Skip to content

Commit

Permalink
Merge branch '7.x' into backport/7.x/pr-51812
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine committed Nov 28, 2019
2 parents 3a212f3 + 5188fd9 commit 6a93465
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ export default function({ getService }: FtrProviderContext) {
await esArchiver.load('ml/farequote');
});

// after(async () => {
// await esArchiver.unload('ml/farequote');
// await transform.api.cleanTransformIndices();
// });
after(async () => {
await esArchiver.unload('ml/farequote');
await transform.api.cleanTransformIndices();
});

const testDataList = [
{
Expand Down

0 comments on commit 6a93465

Please sign in to comment.