Re-enable skipped test (discover with async scripted fields) (#94653)

* Re-enable skipped test

* remove comment

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Lukas Olson 2021-03-25 12:24:36 -07:00 committed by GitHub
parent 6eb31178ed
commit a10c4188b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,8 +19,7 @@ export default function ({ getService, getPageObjects }) {
const queryBar = getService('queryBar');
const security = getService('security');
// Failing: See https://github.com/elastic/kibana/issues/78553
describe.skip('async search with scripted fields', function () {
describe('async search with scripted fields', function () {
this.tags(['skipFirefox']);
before(async function () {
@ -42,7 +41,7 @@ export default function ({ getService, getPageObjects }) {
await security.testUser.restoreDefaults();
});
it.skip('query should show failed shards pop up', async function () {
it('query should show failed shards pop up', async function () {
if (false) {
/* If you had to modify the scripted fields, you could un-comment all this, run it, use es_archiver to update 'kibana_scripted_fields_on_logstash'
*/
@ -74,7 +73,7 @@ export default function ({ getService, getPageObjects }) {
});
});
it.skip('query return results with valid scripted field', async function () {
it('query return results with valid scripted field', async function () {
if (false) {
/* the commented-out steps below were used to create the scripted fields in the logstash-* index pattern
which are now saved in the esArchive.