Skip to content

Commit

Permalink
Mute TrialLicenseVersionTests.testNewTrialAllowed
Browse files Browse the repository at this point in the history
  • Loading branch information
n1v0lg committed Nov 16, 2023
1 parent 5a01af3 commit e842594
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public void testRoundTripParsing() {
assertThat(TrialLicenseVersion.fromXContent(randomVersion.toString()), equalTo(randomVersion));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/102286")
public void testNewTrialAllowed() {
var randomVersion = new TrialLicenseVersion(randomNonNegativeInt());
var subsequentVersion = new TrialLicenseVersion(
Expand Down

0 comments on commit e842594

Please sign in to comment.