Mute failing test (#54446) (#54487)

see #54445
This commit is contained in:
Ioannis Kakavas 2020-03-31 15:56:10 +03:00 committed by GitHub
parent 2ede8662e1
commit 349293da6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ public class ManageServiceProviderRestIT extends IdpRestTestCase {
// From SAMLConstants
private final String REDIRECT_BINDING = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect";
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54445")
public void testCreateAndDeleteServiceProvider() throws Exception {
final String entityId = "ec:" + randomAlphaOfLength(8) + ":" + randomAlphaOfLength(12);
final Map<String, Object> request = new HashMap<>();