Skip to content

Commit

Permalink
unskipping the functional test, removing the unload and adding an emp…
Browse files Browse the repository at this point in the history
…ty kibana in the after method
  • Loading branch information
rashmivkulkarni committed Feb 25, 2021
1 parent 8941598 commit 0d14920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/management/_scripted_fields_filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function ({ getService, getPageObjects }) {
});

after(async function () {
await esArchiver.unload('management');
await esArchiver.load('empty_kibana');
});

const scriptedPainlessFieldName = 'ram_pain1';
Expand Down

0 comments on commit 0d14920

Please sign in to comment.