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 committed Dec 5, 2019
1 parent 2706c6c commit 6979ad3
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 6979ad3

Please sign in to comment.