We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571749c commit 4bf388fCopy full SHA for 4bf388f
x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/MachineLearningTests.java
@@ -6,7 +6,6 @@
6
package org.elasticsearch.xpack.ml;
7
8
import org.elasticsearch.common.settings.Settings;
9
-import org.elasticsearch.env.Environment;
10
import org.elasticsearch.license.XPackLicenseState;
11
import org.elasticsearch.monitor.os.OsStats;
12
import org.elasticsearch.test.ESTestCase;
@@ -34,6 +33,7 @@ public void testNoAttributes_givenNoClash() {
34
33
assertNotNull(machineLearning.additionalSettings());
35
}
36
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30804")
37
public void testNoAttributes_givenSameAndMlEnabled() {
38
Settings.Builder builder = Settings.builder();
39
if (randomBoolean()) {
0 commit comments