mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite
This commit is contained in:
parent
64cebffabf
commit
0b1f37eef8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import type { ReturnTypeFromChainable } from '../../types';
|
|||
import { indexEndpointHosts } from '../../tasks/index_endpoint_hosts';
|
||||
import { indexEndpointRuleAlerts } from '../../tasks/index_endpoint_rule_alerts';
|
||||
|
||||
describe('No License', { tags: '@ess', env: { ftrConfig: { license: 'basic' } } }, () => {
|
||||
describe.skip('No License', { tags: '@ess', env: { ftrConfig: { license: 'basic' } } }, () => {
|
||||
describe('User cannot use endpoint action in form', () => {
|
||||
const [ruleName, ruleDescription] = generateRandomStringName(2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue