Skip to content

Commit

Permalink
fixing mute
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent committed Jun 18, 2024
1 parent aaea66e commit 1f275d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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 @@ -47,7 +47,6 @@
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

0 comments on commit 1f275d8

Please sign in to comment.