Skip to content

Commit

Permalink
Revert "skip failing test suite (elastic#203930)"
Browse files Browse the repository at this point in the history
This reverts commit 33a5a97.
  • Loading branch information
tomsonpl committed Dec 13, 2024
1 parent 78bc422 commit 0ab8305
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ import { indexEndpointHosts } from '../../tasks/index_endpoint_hosts';
import { login } from '../../tasks/login';
import { loadPage } from '../../tasks/common';

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

Expand Down

0 comments on commit 0ab8305

Please sign in to comment.