Skip to content

Commit

Permalink
skip failing test suite (elastic#201334)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 25, 2024
1 parent fcf319e commit c69e8b2
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 c69e8b2

Please sign in to comment.