[7.x] Re-enable OIDC API integration test. (#54266)

This commit is contained in:
Aleh Zasypkin 2020-01-08 17:31:09 +01:00 committed by GitHub
parent a735483148
commit a0ea5d3a17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ export default function({ getService }: FtrProviderContext) {
});
// FLAKY: https://github.com/elastic/kibana/issues/43938
it.skip('should succeed if both the OpenID Connect response and the cookie are provided', async () => {
it('should succeed if both the OpenID Connect response and the cookie are provided', async () => {
const { idToken, accessToken } = createTokens('1', stateAndNonce.nonce);
const authenticationResponse = `https://kibana.com/api/security/oidc/implicit#id_token=${idToken}&state=${stateAndNonce.state}&token_type=bearer&access_token=${accessToken}`;