Skip to content

Commit

Permalink
Muting PackageTests class elastic#109852
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent committed Jun 18, 2024
1 parent eaac13c commit aaea66e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
import static org.junit.Assume.assumeThat;
import static org.junit.Assume.assumeTrue;

@PackagingTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/109852")
public class PackageTests extends PackagingTestCase {

@BeforeClass
Expand Down Expand Up @@ -210,7 +211,6 @@ public void test50Remove() throws Exception {
assertThat(SYSTEMD_SERVICE, fileDoesNotExist());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/109852")
public void test60Reinstall() throws Exception {
try {
install();
Expand All @@ -224,7 +224,6 @@ public void test60Reinstall() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/109852")
public void test70RestartServer() throws Exception {
try {
install();
Expand Down

0 comments on commit aaea66e

Please sign in to comment.