mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
4759173e7e
commit
8805c4ea4e
2 changed files with 5 additions and 2 deletions
|
@ -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 () => {
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue