Skip to content

Commit

Permalink
skip failing test suite (elastic#195463)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 8, 2024
1 parent 8e2a552 commit 80a5565
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ import { loadSavedQuery, cleanupSavedQuery, cleanupPack, loadPack } from '../../
import { request } from '../../tasks/common';
import { ServerlessRoleName } from '../../support/roles';

describe('Packs - Create and Edit', { tags: ['@ess', '@serverless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/195463
describe.skip('Packs - Create and Edit', { tags: ['@ess', '@serverless'] }, () => {
let savedQueryId: string;
let savedQueryName: string;
let nomappingSavedQueryId: string;
Expand Down

0 comments on commit 80a5565

Please sign in to comment.