mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#211517)
This commit is contained in:
parent
54fb155467
commit
3fc5022e13
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
|
|||
}
|
||||
|
||||
registry.when('Api Key privileges check', { config: 'basic' }, () => {
|
||||
describe('index privileges', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/211517
|
||||
describe.skip('index privileges', () => {
|
||||
it('returns user authorization as false for noAccessUser', async () => {
|
||||
const resp = await callApiAs('noAccessUser');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue