Skip to content

Commit

Permalink
[Security Solution] Re-enable file operations tests (#164315)
Browse files Browse the repository at this point in the history
## Summary

Re-enable tests after this bug was fixed:
#162760


### Checklist
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
kevinlog and kibanamachine authored Aug 22, 2023
1 parent 2c77415 commit 1e9282f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ describe('Response console', () => {
});
});

// Broken until this is fixed: https://github.com/elastic/kibana/issues/162760
describe.skip('File operations: get-file and execute', () => {
describe('File operations: get-file and execute', () => {
const homeFilePath = process.env.CI || true ? '/home/vagrant' : `/home/ubuntu`;

const fileContent = 'This is a test file for the get-file command.';
Expand Down

0 comments on commit 1e9282f

Please sign in to comment.