[Security Solution] Unskip non-flaky test (#211217)

## Summary

I ran this test 200 times, and it succeeded.
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7872
This commit is contained in:
Pablo Machado 2025-02-14 13:14:16 -03:00 committed by GitHub
parent 6de2ef0e6d
commit 7e498881d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -747,9 +747,7 @@ export default ({ getService }: FtrProviderContext) => {
});
});
// FLAKY: https://github.com/elastic/kibana/issues/196319
// FLAKY: https://github.com/elastic/kibana/issues/196166
describe.skip('status api', () => {
describe('status api', () => {
it('should disable / enable risk engine', async () => {
const status1 = await riskEngineRoutes.getStatus();