Skip to content

Commit 7a5b6ea

Browse files
[8.x] [Security Solution][Detection Engine] removes flaky comment from FTR test (#211209) (#211436)
# Backport This will backport the following commits from `main` to `8.x`: - [[Security Solution][Detection Engine] removes flaky comment from FTR test (#211209)](#211209) <!--- Backport version: 9.6.5 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Vitalii Dmyterko","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-17T12:56:05Z","message":"[Security Solution][Detection Engine] removes flaky comment from FTR test (#211209)\n\n## Summary\r\n- addresses https://github.com/elastic/kibana/issues/179693\r\n- no failures for a very long time\r\n- likely cause of flakiness was fixed earlier\r\nhttps://github.com//issues/179704#issuecomment-2659128455\r\n\r\nNot failures reported in\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5888\r\nflaky runner too","sha":"82f7aa3b190dadf3eaa0541a5cacaf2984df55d4","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Detections and Resp","Team:Detection Engine","backport:version","v9.1.0","v8.19.0"],"title":"[Security Solution][Detection Engine] removes flaky comment from FTR test","number":211209,"url":"https://github.com/elastic/kibana/pull/211209","mergeCommit":{"message":"[Security Solution][Detection Engine] removes flaky comment from FTR test (#211209)\n\n## Summary\r\n- addresses https://github.com/elastic/kibana/issues/179693\r\n- no failures for a very long time\r\n- likely cause of flakiness was fixed earlier\r\nhttps://github.com//issues/179704#issuecomment-2659128455\r\n\r\nNot failures reported in\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5888\r\nflaky runner too","sha":"82f7aa3b190dadf3eaa0541a5cacaf2984df55d4"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/211209","number":211209,"mergeCommit":{"message":"[Security Solution][Detection Engine] removes flaky comment from FTR test (#211209)\n\n## Summary\r\n- addresses https://github.com/elastic/kibana/issues/179693\r\n- no failures for a very long time\r\n- likely cause of flakiness was fixed earlier\r\nhttps://github.com//issues/179704#issuecomment-2659128455\r\n\r\nNot failures reported in\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5888\r\nflaky runner too","sha":"82f7aa3b190dadf3eaa0541a5cacaf2984df55d4"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Vitalii Dmyterko <[email protected]>
1 parent 65594d1 commit 7a5b6ea

File tree

1 file changed

+0
-1
lines changed
  • x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/basic_license_essentials_tier/alert_status

1 file changed

+0
-1
lines changed

x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/basic_license_essentials_tier/alert_status/alert_status.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export default ({ getService }: FtrProviderContext) => {
4444
const path = dataPathBuilder.getPath('auditbeat/hosts');
4545

4646
describe('@ess @serverless change alert status endpoints', () => {
47-
// Flakey: See https://github.com/elastic/kibana/issues/179704
4847
describe('validation checks', () => {
4948
describe('update by ids', () => {
5049
it('should not give errors when querying and the alerts index does not exist yet', async () => {

0 commit comments

Comments
 (0)