From f67a130a8154f3a64bde78d2bb1a67f9224b6370 Mon Sep 17 00:00:00 2001 From: Elena Shostak Date: Mon, 30 Dec 2024 17:13:34 +0100 Subject: [PATCH] wip --- .../test/spaces_api_integration/common/lib/space_test_utils.ts | 1 + .../deployment_agnostic/security_and_spaces/apis/index.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/spaces_api_integration/common/lib/space_test_utils.ts b/x-pack/test/spaces_api_integration/common/lib/space_test_utils.ts index 3c30208933550..70a597141f1c2 100644 --- a/x-pack/test/spaces_api_integration/common/lib/space_test_utils.ts +++ b/x-pack/test/spaces_api_integration/common/lib/space_test_utils.ts @@ -42,6 +42,7 @@ export function getTestScenariosForSpace(spaceId: string) { export function getAggregatedSpaceData(es: Client, objectTypes: string[]) { return es.search({ index: ALL_SAVED_OBJECT_INDICES, + request_cache: false, body: { size: 0, runtime_mappings: { diff --git a/x-pack/test/spaces_api_integration/deployment_agnostic/security_and_spaces/apis/index.ts b/x-pack/test/spaces_api_integration/deployment_agnostic/security_and_spaces/apis/index.ts index 71234644328af..245e13a8a4583 100644 --- a/x-pack/test/spaces_api_integration/deployment_agnostic/security_and_spaces/apis/index.ts +++ b/x-pack/test/spaces_api_integration/deployment_agnostic/security_and_spaces/apis/index.ts @@ -22,7 +22,7 @@ export default function ({ loadTestFile, getService }: DeploymentAgnosticFtrProv }); loadTestFile(require.resolve('./resolve_copy_to_space_conflicts')); // PASS loadTestFile(require.resolve('./create')); // PASS - // loadTestFile(require.resolve('./delete')); + loadTestFile(require.resolve('./delete')); loadTestFile(require.resolve('./get_all')); // PASS loadTestFile(require.resolve('./get')); // PASS loadTestFile(require.resolve('./update')); // PASS