Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Avoid direct action on system index in evaluate REST tests
Refreshing all indices seems to potentially touch on the `.ml-config` index which is a system index. That can cause a depracation warning for directly accessing system indices. This commit changes the refresh request to just be on the data index the test uses. Closes elastic#72046
- Loading branch information