mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
33f51f6d6e
commit
e30b78eb6d
1 changed files with 4 additions and 4 deletions
|
@ -59,10 +59,10 @@ 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', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/211517
|
||||
// Failing: See https://github.com/elastic/kibana/issues/213290
|
||||
registry.when.skip('Api Key privileges check', { config: 'basic' }, () => {
|
||||
describe('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