Describe the bug
The org.opensearch.threadpool.ScalingThreadPoolTests.testScalingThreadPoolConfiguration test became flaky after #7400
To Reproduce
./gradlew ':server:test' --tests "org.opensearch.threadpool.ScalingThreadPoolTests.testScalingThreadPoolConfiguration" -Dtests.seed=6EC695D9A055C669
If the commit (#7400) is reverted, test passes normally (seems to be caused by REMOTE_REFRESH thread pool)
Expected behavior
Test should always pass
Plugins
Standard
Screenshots
Host/Environment (please complete the following information):
Additional context
N/A