Closed
Description
Test failures in:
org.elasticsearch.xpack.ml.integration.AutodetectMemoryLimitIT testManyDistinctOverFields
org.elasticsearch.xpack.ml.integration.AutodetectMemoryLimitIT testTooManyByAndOverFields
org.elasticsearch.xpack.ml.integration.AutodetectMemoryLimitIT testTooManyByFields
are almost certainly due to a race condition in CI intake builds involving changes to the analytics in the backend coming into effect before corresponding changes to ES are ready and available to account for them.
Muting these three tests will give CI intake builds a chance to pass.
relates elastic/ml-cpp#486
relates #42086