[Detection Engine][FTR] Get exceptions tests in MKI green (#182890)

This PR:

- Ensures we have the correct tags for the FTR tests within
`detection_engine/exceptions`
- Adds ticket references or comments where we need to skip a test in MKI
This commit is contained in:
Yara Tercero 2024-05-08 08:16:08 -07:00 committed by GitHub
parent 4759173e7e
commit 8805c4ea4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -26,7 +26,8 @@ export default ({ getService }: FtrProviderContext) => {
const log = getService('log');
const supertestWithoutAuth = getService('supertestWithoutAuth');
describe('@serverless exception item comments - serverless specific behavior', () => {
// Skipping in MKI due to roles testing not yet being available
describe('@serverless @skipInServerlessMKI exception item comments - serverless specific behavior', () => {
// FLAKY: https://github.com/elastic/kibana/issues/181507
describe.skip('Rule Exceptions', () => {
afterEach(async () => {

View file

@ -37,7 +37,9 @@ export default ({ getService }: FtrProviderContext) => {
const log = getService('log');
const es = getService('es');
describe('@serverless @ess exceptions workflows for prebuilt rules', () => {
// See https://github.com/elastic/kibana/issues/182889 for details
// on skipping in MKI
describe('@serverless @ess @skipInServerlessMKI exceptions workflows for prebuilt rules', () => {
describe('creating rules with exceptions', () => {
beforeEach(async () => {
await createAlertsIndex(supertest, log);