add the unload of es_archiver

This commit is contained in:
Rashmi Kulkarni 2018-01-23 17:15:50 -08:00
parent 8e6d8aa96a
commit 0f36771795
2 changed files with 5 additions and 1 deletions

View file

@ -17,5 +17,10 @@ export default function ({ getService, getPageObjects }) {
const tabCount = await PageObjects.settings.getFieldsTabCount();
expect(tabCount).to.be(`(${EXPECTED_FIELD_COUNT})`);
});
after(async () => {
await esArchiver.unload('large_fields');
});
});
}

View file

@ -8,7 +8,6 @@ export default function ({ getService, loadTestFile }) {
await esArchiver.unload('logstash_functional');
await esArchiver.load('empty_kibana');
await esArchiver.loadIfNeeded('makelogs');
});
after(async function () {