We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe067a commit 5188fd9Copy full SHA for 5188fd9
x-pack/test/functional/apps/transform/creation_saved_search.ts
@@ -23,10 +23,10 @@ export default function({ getService }: FtrProviderContext) {
23
await esArchiver.load('ml/farequote');
24
});
25
26
- // after(async () => {
27
- // await esArchiver.unload('ml/farequote');
28
- // await transform.api.cleanTransformIndices();
29
- // });
+ after(async () => {
+ await esArchiver.unload('ml/farequote');
+ await transform.api.cleanTransformIndices();
+ });
30
31
const testDataList = [
32
{
0 commit comments