Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Nov 2, 2023
1 parent ec522b7 commit 61f67e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -478,31 +478,31 @@ export default ({ getService }: FtrProviderContext) => {
username: 'detections_admin',
has_all_requested: false,
cluster: {
monitor_ml: true,
monitor_ml: false,
manage_ccr: false,
manage_index_templates: true,
monitor_watcher: true,
monitor_transform: true,
read_ilm: true,
monitor_watcher: false,
monitor_transform: false,
read_ilm: false,
manage_api_key: false,
manage_security: false,
manage_own_api_key: false,
manage_saml: false,
all: false,
manage_ilm: true,
manage_ingest_pipelines: true,
manage_ilm: false,
manage_ingest_pipelines: false,
read_ccr: false,
manage_rollup: true,
monitor: true,
manage_watcher: true,
manage: true,
manage_rollup: false,
monitor: false,
manage_watcher: false,
manage: false,
manage_transform: true,
manage_token: false,
manage_ml: true,
manage_pipeline: true,
monitor_rollup: true,
transport_client: true,
create_snapshot: true,
manage_ml: false,
manage_pipeline: false,
monitor_rollup: false,
transport_client: false,
create_snapshot: false,
},
index: {
'.alerts-security.alerts-default': {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {

// Run the same set of tests against all of the Security Solution roles
const ROLES: SecurityRoleName[] = [
't1_analyst',
't2_analyst',
'rule_author',
'soc_manager',
Expand Down

0 comments on commit 61f67e8

Please sign in to comment.