Skip to content

Commit 5188fd9

Browse files
authored
[ML] Re-activate after method in transform test (#51815) (#51858)
1 parent ffe067a commit 5188fd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

x-pack/test/functional/apps/transform/creation_saved_search.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ export default function({ getService }: FtrProviderContext) {
2323
await esArchiver.load('ml/farequote');
2424
});
2525

26-
// after(async () => {
27-
// await esArchiver.unload('ml/farequote');
28-
// await transform.api.cleanTransformIndices();
29-
// });
26+
after(async () => {
27+
await esArchiver.unload('ml/farequote');
28+
await transform.api.cleanTransformIndices();
29+
});
3030

3131
const testDataList = [
3232
{

0 commit comments

Comments
 (0)