Skip to content

Commit

Permalink
[7.x] Re-enable OIDC API integration test. (elastic#54266)
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin authored Jan 8, 2020
1 parent a735483 commit a0ea5d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}`;

Expand Down

0 comments on commit a0ea5d3

Please sign in to comment.