From 0f43f39261429030beed75601e6b559d2e3d569f Mon Sep 17 00:00:00 2001 From: Elena Stoeva Date: Thu, 13 Jun 2024 10:03:54 +0100 Subject: [PATCH] Fix hybrid index pattern test --- x-pack/test/functional/apps/rollup_job/hybrid_index_pattern.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/rollup_job/hybrid_index_pattern.js b/x-pack/test/functional/apps/rollup_job/hybrid_index_pattern.js index 047179cd7f34c..b1c37234cdf65 100644 --- a/x-pack/test/functional/apps/rollup_job/hybrid_index_pattern.js +++ b/x-pack/test/functional/apps/rollup_job/hybrid_index_pattern.js @@ -110,7 +110,7 @@ export default function ({ getService, getPageObjects }) { // ensure all fields are available await PageObjects.settings.clickIndexPatternByName(rollupIndexPatternName); const fields = await PageObjects.settings.getFieldNames(); - expect(fields).to.eql(['@timestamp', '_id', '_index', '_score', '_source']); + expect(fields).to.eql(['@timestamp', '_id', '_ignored', '_index', '_score', '_source']); }); after(async () => {