Skip to content

Commit

Permalink
[ML] Re-activate after method in transform test (elastic#51815)
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos authored and timductive committed Dec 16, 2019
1 parent 7e31787 commit 7452c56
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 7452c56

Please sign in to comment.