Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-shostak committed Dec 30, 2024
1 parent 585fcec commit f67a130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f67a130

Please sign in to comment.