mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Re-activate after method in transform test (#51815)
This commit is contained in:
parent
60896e80a6
commit
85d438cb03
1 changed files with 4 additions and 4 deletions
|
@ -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 = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue