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 <[email protected]>
  • Loading branch information
Tyler Smalley committed Jun 10, 2020
1 parent 8095856 commit d00e91a
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 d00e91a

Please sign in to comment.