Skip to content

Commit

Permalink
Unmute DockerTests.test600Interrupt (elastic#111165)
Browse files Browse the repository at this point in the history
Investigating elastic#111132 and
it seems this test has been muted on `main` for some time. Let's unmute,
to see if this is specific to the 7.17 branch or not.
  • Loading branch information
mark-vieira committed Jul 22, 2024
1 parent 3aa425c commit 18d820b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,6 @@ public void test500Readiness() throws Exception {
assertTrue(readinessProbe(9399));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99508")
public void test600Interrupt() {
waitForElasticsearch(installation, "elastic", PASSWORD);
final Result containerLogs = getContainerLogs();
Expand Down

0 comments on commit 18d820b

Please sign in to comment.