From 8f58b78517d8ad4ac904487bcad1beed627d9f6b Mon Sep 17 00:00:00 2001 From: Alison Goryachev Date: Mon, 6 May 2024 14:49:55 -0400 Subject: [PATCH] [Index Management] Remove _source field from component template API tests on serverless (#182674) --- .../index_management/index_component_templates.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/x-pack/test_serverless/api_integration/test_suites/common/index_management/index_component_templates.ts b/x-pack/test_serverless/api_integration/test_suites/common/index_management/index_component_templates.ts index 276c940c54c79..fce7e3c7c7a44 100644 --- a/x-pack/test_serverless/api_integration/test_suites/common/index_management/index_component_templates.ts +++ b/x-pack/test_serverless/api_integration/test_suites/common/index_management/index_component_templates.ts @@ -68,9 +68,6 @@ export default function ({ getService }: FtrProviderContext) { }, }, mappings: { - _source: { - enabled: false, - }, properties: { host_name: { type: 'keyword', @@ -140,9 +137,6 @@ export default function ({ getService }: FtrProviderContext) { }, }, mappings: { - _source: { - enabled: false, - }, properties: { host_name: { type: 'keyword', @@ -221,9 +215,6 @@ export default function ({ getService }: FtrProviderContext) { }, }, mappings: { - _source: { - enabled: false, - }, properties: { host_name: { type: 'keyword', @@ -381,9 +372,6 @@ export default function ({ getService }: FtrProviderContext) { }, }, mappings: { - _source: { - enabled: false, - }, properties: { host_name: { type: 'keyword',