Skip to content

Commit 04cc335

Browse files
committed
Mute LicensesMetadataSerializationTests.testLicenseTombstoneWithUsedTrialFromXContext
1 parent 6219ccd commit 04cc335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/core/src/test/java/org/elasticsearch/license/LicensesMetadataSerializationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ public void testLicenseTombstoneFromXContext() throws Exception {
121121
assertThat(metadataFromXContent.getLicense(), equalTo(LicensesMetadata.LICENSE_TOMBSTONE));
122122
}
123123

124+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/103093")
124125
public void testLicenseTombstoneWithUsedTrialFromXContext() throws Exception {
125126
final XContentBuilder builder = XContentFactory.jsonBuilder();
126127
builder.startObject();

0 commit comments

Comments
 (0)