We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c4fa8 commit c14c88aCopy full SHA for c14c88a
x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/MachineLearningTests.java
@@ -33,7 +33,6 @@ public void testNoAttributes_givenNoClash() {
33
assertNotNull(machineLearning.additionalSettings());
34
}
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