Skip to content

Commit 0a87285

Browse files
Only wipe user content between tests
1 parent b6d1211 commit 0a87285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test_elasticsearch/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def wipe_cluster(client):
118118
except ImportError:
119119
pass
120120

121-
is_xpack = True
121+
is_xpack = False
122122
if is_xpack:
123123
wipe_rollup_jobs(client)
124124
wait_for_pending_tasks(client, filter="xpack/rollup/job")

0 commit comments

Comments
 (0)