Skip to content

Commit 4bf388f

Browse files
committed
Mutes MachineLearningTests.testNoAttributes_givenSameAndMlEnabled
This is awaiting fix on #30804
1 parent 571749c commit 4bf388f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/MachineLearningTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
package org.elasticsearch.xpack.ml;
77

88
import org.elasticsearch.common.settings.Settings;
9-
import org.elasticsearch.env.Environment;
109
import org.elasticsearch.license.XPackLicenseState;
1110
import org.elasticsearch.monitor.os.OsStats;
1211
import org.elasticsearch.test.ESTestCase;
@@ -34,6 +33,7 @@ public void testNoAttributes_givenNoClash() {
3433
assertNotNull(machineLearning.additionalSettings());
3534
}
3635

36+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30804")
3737
public void testNoAttributes_givenSameAndMlEnabled() {
3838
Settings.Builder builder = Settings.builder();
3939
if (randomBoolean()) {

0 commit comments

Comments
 (0)