Skip to content

Commit

Permalink
skip flaky suite (#169369)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 19, 2023
1 parent 24fd951 commit 4a93ab9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/osquery/cypress/e2e/all/metrics.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import { loadSavedQuery, cleanupSavedQuery } from '../../tasks/api_fixtures';
import { triggerLoadData } from '../../tasks/inventory';
import { ServerlessRoleName } from '../../support/roles';

describe('ALL - Inventory', { tags: ['@ess'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/169369
describe.skip('ALL - Inventory', { tags: ['@ess'] }, () => {
let savedQueryName: string;
let savedQueryId: string;

Expand Down

0 comments on commit 4a93ab9

Please sign in to comment.