Skip to content

Commit

Permalink
skip failing test suite (elastic#203930)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and CAWilson94 committed Dec 12, 2024
1 parent ecacada commit e817c5f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import { indexEndpointHosts } from '../../tasks/index_endpoint_hosts';
import { login } from '../../tasks/login';
import { loadPage } from '../../tasks/common';

describe('Endpoints RBAC', { tags: ['@ess'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/203930
describe.skip('Endpoints RBAC', { tags: ['@ess'] }, () => {
type Privilege = 'all' | 'read' | 'none';
const PRIVILEGES: Privilege[] = ['none', 'read', 'all'];

Expand Down

0 comments on commit e817c5f

Please sign in to comment.