skip flaky suite

This commit is contained in:
Tiago Costa 2023-10-11 04:27:15 +01:00
parent 64cebffabf
commit 0b1f37eef8
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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);