chore(NA): skip failing functional test for kerberos login (#65121)

This commit is contained in:
Tiago Costa 2020-05-04 18:30:30 +01:00 committed by GitHub
parent a80f2582c3
commit bf95b30785
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,9 @@ export default function({ getService }: FtrProviderContext) {
});
});
describe('finishing SPNEGO', () => {
// Preventing ES Snapshot to be promoted
// https://github.com/elastic/kibana/issues/65114
describe.skip('finishing SPNEGO', () => {
it('should properly set cookie and authenticate user', async () => {
const response = await supertest
.get('/internal/security/me')