mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#213290)
This commit is contained in:
parent
fa673093a7
commit
209afbabfc
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ export default function ApiTest({ getService }: FtrProviderContext) {
|
|||
|
||||
registry.when('Api Key privileges check', { config: 'basic' }, () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/211517
|
||||
// Failing: See https://github.com/elastic/kibana/issues/213290
|
||||
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