mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
6de2ef0e6d
commit
7e498881d8
1 changed files with 1 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue