Skip to content

Commit eaa1978

Browse files
committed
skip failing test suite (#218378)
1 parent 08d0717 commit eaa1978

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/security_api_integration/tests/login_selector/basic_functionality.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ export default function ({ getService }: FtrProviderContext) {
8383
expect(apiResponse.body.authentication_type).to.be(authenticationType);
8484
}
8585

86-
describe('Login Selector', () => {
86+
// Failing: See https://github.com/elastic/kibana/issues/218378
87+
describe.skip('Login Selector', () => {
8788
it('should redirect user to a login selector', async () => {
8889
const response = await supertest
8990
.get('/abc/xyz/handshake?one=two three')

0 commit comments

Comments
 (0)