Skip to content

Commit

Permalink
Revert "skip failing test suite (elastic#203917)"
Browse files Browse the repository at this point in the history
This reverts commit 584855a.
  • Loading branch information
tomsonpl committed Dec 13, 2024
1 parent 429467a commit 58c8069
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 type { ReturnTypeFromChainable } from '../../types';
import { indexEndpointHosts } from '../../tasks/index_endpoint_hosts';
import { indexEndpointRuleAlerts } from '../../tasks/index_endpoint_rule_alerts';

// Failing: See https://github.com/elastic/kibana/issues/203917
describe.skip('No License', { tags: '@ess', env: { ftrConfig: { license: 'basic' } } }, () => {
describe('No License', { tags: '@ess', env: { ftrConfig: { license: 'basic' } } }, () => {
describe('User cannot use endpoint action in form', () => {
const [ruleName, ruleDescription] = generateRandomStringName(2);

Expand Down

0 comments on commit 58c8069

Please sign in to comment.