diff --git a/test/functional/apps/management/_scripted_fields.js b/test/functional/apps/management/_scripted_fields.js index dcf40b19e247a..95bea77a9e562 100644 --- a/test/functional/apps/management/_scripted_fields.js +++ b/test/functional/apps/management/_scripted_fields.js @@ -53,7 +53,6 @@ export default function ({ getService, getPageObjects }) { 'timePicker', ]); - describe('scripted fields', function () { this.tags(['skipFirefox']); @@ -449,7 +448,6 @@ export default function ({ getService, getPageObjects }) { }); }); - //add a test to sort date scripted field //https://github.com/elastic/kibana/issues/75711 it.skip('should sort scripted field value in Discover', async function () { @@ -487,8 +485,6 @@ export default function ({ getService, getPageObjects }) { await filterBar.removeAllFilters(); }); - - it('should visualize scripted field in vertical bar chart', async function () { await PageObjects.discover.clickFieldListItemVisualize(scriptedPainlessFieldName2); await PageObjects.header.waitUntilLoadingHasFinished();