Skip to content

Commit

Permalink
skip failing test suite (#201334)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and mistic committed Dec 6, 2024
1 parent 69105dc commit aa59d7a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import {
} from '../../../../tasks/edit_rule';
import { login } from '../../../../tasks/login';

describe('EQL query rules', { tags: ['@ess', '@serverless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/201334
describe.skip('EQL query rules', { tags: ['@ess', '@serverless'] }, () => {
context('Editing rule with non-blocking query validation errors', () => {
beforeEach(() => {
login();
Expand Down

0 comments on commit aa59d7a

Please sign in to comment.