Skip to content

Commit

Permalink
Muting PackageTests class #109852 (#109874)
Browse files Browse the repository at this point in the history
* Muting PackageTests class #109852

* fixing mute
  • Loading branch information
benwtrent committed Jun 18, 2024
1 parent 5440f17 commit b147d07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ tests:
issue: "https://github.com/elastic/elasticsearch/issues/109838"
method: "testShutdownReadinessService"
- class: "org.elasticsearch.packaging.test.PackageTests"
issue: "https://github.com/elastic/elasticsearch/issues/109841"
method: "test50Remove"
issue: "https://github.com/elastic/elasticsearch/issues/109852"

# Examples:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,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 +223,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 b147d07

Please sign in to comment.