Skip to content

Commit 2b79376

Browse files
committed
[Security Solution] fix flaky api integ tests
1 parent 1ac3462 commit 2b79376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/test/security_solution_endpoint_api_int/apis/data_stream_helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export function bulkIndex(
137137

138138
return client.bulk({
139139
index,
140-
refresh: true,
140+
refresh: 'wait_for',
141141
body,
142142
});
143143
}

0 commit comments

Comments
 (0)