mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
2706c6c372
commit
146962f71f
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