Skip to content

Commit

Permalink
[ML] Re-activate after method in transform test (#51815)
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Nov 28, 2019
1 parent 5167d38 commit 87cf278
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 87cf278

Please sign in to comment.