Skip to content

Commit

Permalink
trying to get ci to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Aug 16, 2023
1 parent f62deca commit e3b8078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ import {
} from '../../../screens/exceptions';
import { goToEndpointExceptionsTab } from '../../../tasks/rule_details';

describe(
// See https://github.com/elastic/kibana/issues/163967
describe.skip(
'Endpoint Exceptions workflows from Alert',
{ tags: [tag.ESS, tag.BROKEN_IN_SERVERLESS] },
() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
} from '../../../../tasks/exceptions';

// See https://github.com/elastic/kibana/issues/163967
describe.skip('Close matching Alerts ', () => {
describe('Close matching Alerts ', () => {
const newRule = getNewRule();
const ITEM_NAME = 'Sample Exception Item';

Expand Down

0 comments on commit e3b8078

Please sign in to comment.