mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[Security Solution][Detection Engine] removes flaky comment from FTR test (#211209)
## Summary - addresses https://github.com/elastic/kibana/issues/179693 - no failures for a very long time - likely cause of flakiness was fixed earlier https://github.com/elastic/kibana/issues/179704#issuecomment-2659128455 Not failures reported in https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5888 flaky runner too
This commit is contained in:
parent
79dfa2e764
commit
82f7aa3b19
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
const path = dataPathBuilder.getPath('auditbeat/hosts');
|
||||
|
||||
describe('@ess @serverless change alert status endpoints', () => {
|
||||
// Flakey: See https://github.com/elastic/kibana/issues/179704
|
||||
describe('validation checks', () => {
|
||||
describe('update by ids', () => {
|
||||
it('should not give errors when querying and the alerts index does not exist yet', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue