Skip to content

Commit

Permalink
skip flaky test (#43938)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Dec 4, 2019
1 parent 1dabc54 commit a60b557
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ export default function({ getService }: FtrProviderContext) {
.expect(401);
});

it('should succeed if both the OpenID Connect response and the cookie are provided', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/43938
it.skip('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/v1/oidc/implicit#id_token=${idToken}&state=${stateAndNonce.state}&token_type=bearer&access_token=${accessToken}`;

Expand Down

0 comments on commit a60b557

Please sign in to comment.