@@ -20,6 +20,6 @@ public class CommonAnalysisClientYamlTestSuiteIT extends ESClientYamlSuiteTestCa
@ParametersFactory
public static Iterable<Object[]> parameters() throws Exception {
- return ESClientYamlSuiteTestCase.createParameters();
+ return ESClientYamlSuiteTestCase.createParameters(new String[] { "analysis-common/10_basic"});
}
@@ -45,6 +45,7 @@ public class ScheduledEventsIT extends MlNativeAutodetectIntegTestCase {
cleanUp();
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95096")
public void testScheduledEvents() throws IOException {
TimeValue bucketSpan = TimeValue.timeValueMinutes(30);