Skip to content

Commit

Permalink
skip failing test suite (#176543)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jun 24, 2024
1 parent ee33a6f commit a3769aa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ import { cleanupPack, cleanupAgentPolicy } from '../../tasks/api_fixtures';
import { request } from '../../tasks/common';
import { ServerlessRoleName } from '../../support/roles';

describe('ALL - Packs', { tags: ['@ess', '@serverless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/176543
describe.skip('ALL - Packs', { tags: ['@ess', '@serverless'] }, () => {
const integration = 'Osquery Manager';

describe(
Expand Down

0 comments on commit a3769aa

Please sign in to comment.