mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
skip failing test suite (#218378)
This commit is contained in:
parent
08d0717d46
commit
eaa19786d2
1 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue