Skip to content

Commit

Permalink
[skip test] apis Kerberos security Kerberos authentication finishing …
Browse files Browse the repository at this point in the history
…SPNEGO should properly set cookie and authenticate user

#68720

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Jun 10, 2020
1 parent 346b61b commit 07f801e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ export default function ({ getService }: FtrProviderContext) {
});

describe('finishing SPNEGO', () => {
it('should properly set cookie and authenticate user', async () => {
// Skipped: https://github.com/elastic/kibana/issues/68720
it.skip('should properly set cookie and authenticate user', async () => {
const response = await supertest
.get('/internal/security/me')
.set('Authorization', `Negotiate ${spnegoToken}`)
Expand Down

0 comments on commit 07f801e

Please sign in to comment.