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 d52269b commit 8941598
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/functional/apps/management/_scripted_fields_filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ export default function ({ getService, getPageObjects }) {
const esArchiver = getService('esArchiver');
const PageObjects = getPageObjects(['settings']);

// this functionality is no longer functional as of 7.0 but still needs cleanup
// https://github.com/elastic/kibana/issues/74118
describe.skip('filter scripted fields', function describeIndexTests() {
describe('filter scripted fields', function describeIndexTests() {
before(async function () {
// delete .kibana index and then wait for Kibana to re-create it
await browser.setWindowSize(1200, 800);
Expand All @@ -30,7 +28,6 @@ export default function ({ getService, getPageObjects }) {

after(async function () {
await esArchiver.unload('management');
await kibanaServer.uiSettings.replace({});
});

const scriptedPainlessFieldName = 'ram_pain1';
Expand Down

0 comments on commit 8941598

Please sign in to comment.