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',