Skip to content

Commit

Permalink
Unmute DockerTests.test600Interrupt (#111165)
Browse files Browse the repository at this point in the history
Investigating #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 authored Jul 22, 2024
1 parent e8fd22f commit 943c12a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,6 @@ public void test500Readiness() throws Exception {
assertBusy(() -> 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 943c12a

Please sign in to comment.