Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8ec8bac

Browse files
committedApr 1, 2025
wipe data streams
1 parent 0a87285 commit 8ec8bac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎test_elasticsearch/utils.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ def wipe_cluster(client):
129129
wipe_searchable_snapshot_indices(client)
130130

131131
wipe_snapshots(client)
132-
if is_xpack:
133-
wipe_data_streams(client)
132+
wipe_data_streams(client)
134133
wipe_indices(client)
135134

136135
if is_xpack:

0 commit comments

Comments
 (0)
Please sign in to comment.