[ML] unmuting test for testTooManyPartitions memory check on windows (#62393) (#62405)

This commit unmutes the windows check for testTooManyPartitions test.

The assertion has since changed to include a soft_limit check.

This coupled with changes over the past years means the test should be enabled again.

related to: #32033
This commit is contained in:
Benjamin Trent 2020-09-16 07:03:10 -04:00 committed by GitHub
parent 6a016fb755
commit 8d89a28126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
*/
package org.elasticsearch.xpack.ml.integration;
import org.apache.lucene.util.Constants;
import org.elasticsearch.common.unit.TimeValue;
import org.elasticsearch.xpack.core.ml.action.GetJobsStatsAction;
import org.elasticsearch.xpack.core.ml.job.config.AnalysisConfig;
@ -40,7 +39,6 @@ public class AutodetectMemoryLimitIT extends MlNativeAutodetectIntegTestCase {
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43013")
public void testTooManyPartitions() throws Exception {
assumeFalse("AwaitsFix(bugUrl = \"https://github.com/elastic/elasticsearch/issues/32033\")", Constants.WINDOWS);
Detector.Builder detector = new Detector.Builder("count", null);
detector.setPartitionFieldName("user");