Skip to content

Commit

Permalink
[Defend Workflows] Add tags for new cy tests (elastic#166929)
Browse files Browse the repository at this point in the history
  • Loading branch information
gergoabraham authored Sep 26, 2023
1 parent 34c084d commit 907c12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import type { IndexedFleetEndpointPolicyResponse } from '../../../../../common/e
import { login } from '../../tasks/login';
import { createAgentPolicyTask, getEndpointIntegrationVersion } from '../../tasks/fleet';

describe('Disabled experimental features on: ', () => {
describe('Disabled experimental features on: ', { tags: '@ess' }, () => {
describe('Policy list', () => {
describe('Renders policy list without protection updates feature flag', () => {
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { createAgentPolicyTask, getEndpointIntegrationVersion } from '../../task
describe(
'Policy List',
{
tags: '@ess',
env: { ftrConfig: { enableExperimental: ['protectionUpdatesEnabled'] } },
},
() => {
Expand Down

0 comments on commit 907c12a

Please sign in to comment.