Skip to content

Commit

Permalink
skip failing test suite (#203917)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 12, 2024
1 parent 58cafa1 commit 6c8733b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +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
// Failing: See https://github.com/elastic/kibana/issues/203917
describe.skip('No License', { tags: '@ess', env: { ftrConfig: { license: 'basic' } } }, () => {
describe('User cannot use endpoint action in form', () => {
Expand Down

0 comments on commit 6c8733b

Please sign in to comment.