[SecuritySolution][Endpoint] Unskip file operations cypress tests (#189674)

## Summary

Same as elastic/kibana/pull/184300. Created this PR in order to be able
to mege.

closes elastic/kibana/issues/172920

### Flaky runner from the other PR
-
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/6650
x 25 (all green)

### New Flaky runner
-
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/6658
x 25 ()

### Checklist

- [ ] [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
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
This commit is contained in:
Ash 2024-07-31 22:13:38 +02:00 committed by GitHub
parent c4f3c240ae
commit 121814ebfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,8 +21,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
// Failing: See https://github.com/elastic/kibana/issues/172920
describe.skip('Response console', { tags: ['@ess', '@serverless'] }, () => {
describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
});