skip failing test suite (#218378)

This commit is contained in:
Kibana Machine 2025-04-16 12:08:58 +02:00
parent 08d0717d46
commit eaa19786d2

View file

@ -83,7 +83,8 @@ export default function ({ getService }: FtrProviderContext) {
expect(apiResponse.body.authentication_type).to.be(authenticationType);
}
describe('Login Selector', () => {
// Failing: See https://github.com/elastic/kibana/issues/218378
describe.skip('Login Selector', () => {
it('should redirect user to a login selector', async () => {
const response = await supertest
.get('/abc/xyz/handshake?one=two three')