diff --git a/x-pack/plugin/identity-provider/src/test/java/org/elasticsearch/xpack/idp/saml/sp/SamlServiceProviderDocumentTests.java b/x-pack/plugin/identity-provider/src/test/java/org/elasticsearch/xpack/idp/saml/sp/SamlServiceProviderDocumentTests.java index 0b506fcbcb8..f99b5059e9a 100644 --- a/x-pack/plugin/identity-provider/src/test/java/org/elasticsearch/xpack/idp/saml/sp/SamlServiceProviderDocumentTests.java +++ b/x-pack/plugin/identity-provider/src/test/java/org/elasticsearch/xpack/idp/saml/sp/SamlServiceProviderDocumentTests.java @@ -81,6 +81,7 @@ public class SamlServiceProviderDocumentTests extends IdpSamlTestCase { assertThat(assertSerializationRoundTrip(doc2), equalTo(doc1)); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54733") public void testStreamRoundTripWithAllFields() throws Exception { final SamlServiceProviderDocument doc1 = createFullDocument(); final SamlServiceProviderDocument doc2 = assertXContentRoundTrip(doc1);