Skip to content

Commit

Permalink
skip failing test suite (#195453)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 8, 2024
1 parent de9fa3d commit f86d25f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/osquery/cypress/e2e/all/saved_queries.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ import {
import { ServerlessRoleName } from '../../support/roles';
import { getAdvancedButton } from '../../screens/integrations';

describe('ALL - Saved queries', { tags: ['@ess', '@serverless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/195453
describe.skip('ALL - Saved queries', { tags: ['@ess', '@serverless'] }, () => {
let caseId: string;

before(() => {
Expand Down

0 comments on commit f86d25f

Please sign in to comment.