Skip to content

Commit

Permalink
skip failing test suite (elastic#211517)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Mar 3, 2025
1 parent 54fb155 commit 3fc5022
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 3fc5022

Please sign in to comment.