Skip to content

Commit

Permalink
update tests depending on ff
Browse files Browse the repository at this point in the history
  • Loading branch information
gergoabraham committed Jul 9, 2024
1 parent 1980abc commit eb1a667
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 69 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ describe('When defining a kibana role for Endpoint security access', { tags: '@e
'Process Operations Perform process-related response actions in the response console.Process Operations sub-feature privilegeAllNone',
'File Operations Perform file-related response actions in the response console.File Operations sub-feature privilegeAllNone',
'Execute Operations Perform script execution response actions in the response console.Execute Operations sub-feature privilegeAllNone',
'Scan Operations Perform folder scan response actions in the response console.Scan Operations sub-feature privilegeAllNone',
]);
});

Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions x-pack/test/api_integration/apis/security/privileges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default function ({ getService }: FtrProviderContext) {
'process_operations_all',
'file_operations_all',
'execute_operations_all',
'scan_operations_all',
],
uptime: ['all', 'read', 'minimal_all', 'minimal_read', 'elastic_managed_locations_enabled'],
securitySolutionAssistant: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export default function ({ getService }: FtrProviderContext) {
'trusted_applications_read',
'file_operations_all',
'execute_operations_all',
'scan_operations_all',
],
uptime: [
'all',
Expand Down

0 comments on commit eb1a667

Please sign in to comment.