diff --git a/x-pack/test/kerberos_api_integration/apis/security/kerberos_login.ts b/x-pack/test/kerberos_api_integration/apis/security/kerberos_login.ts index 81999826adbb10..fbf9a977e8b1f0 100644 --- a/x-pack/test/kerberos_api_integration/apis/security/kerberos_login.ts +++ b/x-pack/test/kerberos_api_integration/apis/security/kerberos_login.ts @@ -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')