Skip to content

Commit

Permalink
skip flaky suite (#181507)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 25, 2024
1 parent 86222a3 commit 2469e64
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default ({ getService }: FtrProviderContext) => {
const supertestWithoutAuth = getService('supertestWithoutAuth');

describe('@serverless exception item comments - serverless specific behavior', () => {
describe('Rule Exceptions', () => {
// FLAKY: https://github.com/elastic/kibana/issues/181507
describe.skip('Rule Exceptions', () => {
afterEach(async () => {
await deleteAllExceptions(supertest, log);
});
Expand Down

0 comments on commit 2469e64

Please sign in to comment.