Skip to content

Commit

Permalink
[Security Solution] [Detection Engine] Fix exception comment flakiness (
Browse files Browse the repository at this point in the history
#162807)

## Summary

- Addresses #162565 
- Converting the `Comments` related Cypress test to a FTR test according
to these
[observations](#162565 (comment))

---------

Co-authored-by: kibanamachine <[email protected]>
  • Loading branch information
WafaaNasr and kibanamachine authored Aug 1, 2023
1 parent fc8bcdd commit a2275dd
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 306 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import type { CreateExceptionListSchema } from '@kbn/securitysolution-io-ts-list

import {
DESCRIPTION,
DETECTION_TYPE,
ENDPOINT_TYPE,
LIST_ID,
META,
Expand Down Expand Up @@ -55,5 +56,5 @@ export const getCreateExceptionListDetectionSchemaMock = (): CreateExceptionList
description: DESCRIPTION,
list_id: LIST_ID,
name: NAME,
type: 'detection',
type: DETECTION_TYPE,
});

This file was deleted.

Loading

0 comments on commit a2275dd

Please sign in to comment.