Skip to content

Commit

Permalink
Muting failing testSerializationForCurrentVersion test
Browse files Browse the repository at this point in the history
  • Loading branch information
edsavage committed May 5, 2024
1 parent 16884a3 commit 813f1b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public void testSerialization() throws IOException {
assertThat(copy.getRemoteIndexPrivileges(), equalTo(original.getRemoteIndexPrivileges()));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/108285")
public void testSerializationForCurrentVersion() throws Exception {
final TransportVersion version = TransportVersionUtils.randomCompatibleVersion(random());
final boolean canIncludeRemoteIndices = version.onOrAfter(TransportVersions.V_8_8_0);
Expand Down

0 comments on commit 813f1b0

Please sign in to comment.