We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d0717 commit eaa1978Copy full SHA for eaa1978
x-pack/test/security_api_integration/tests/login_selector/basic_functionality.ts
@@ -83,7 +83,8 @@ export default function ({ getService }: FtrProviderContext) {
83
expect(apiResponse.body.authentication_type).to.be(authenticationType);
84
}
85
86
- describe('Login Selector', () => {
+ // Failing: See https://github.com/elastic/kibana/issues/218378
87
+ describe.skip('Login Selector', () => {
88
it('should redirect user to a login selector', async () => {
89
const response = await supertest
90
.get('/abc/xyz/handshake?one=two three')
0 commit comments