Skip to content

Commit

Permalink
Unmute DatafeedJobsIT (elastic#111299)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhniebergall authored Jul 25, 2024
1 parent 648e091 commit 25ad974
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.oneOf;

@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105239")
public class DatafeedJobsIT extends MlNativeAutodetectIntegTestCase {

@After
Expand Down Expand Up @@ -780,6 +779,7 @@ private void startRealtime(String jobId, Integer maxEmptySearches) throws Except
}, 30, TimeUnit.SECONDS);
}

@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105239")
public void testStartDatafeed_GivenTimeout_Returns408() throws Exception {
client().admin().indices().prepareCreate("data-1").setMapping("time", "type=date").get();
long numDocs = 100;
Expand Down

0 comments on commit 25ad974

Please sign in to comment.