Skip to content

Commit

Permalink
skip flaky suite (#168742)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 12, 2023
1 parent a07fa0f commit c1098b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/osquery/cypress/e2e/all/custom_space.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const testSpaces = [
{ name: 'default', tags: ['@ess', '@serverless'] },
{ name: 'custom-spaces', tags: ['@ess'] },
];
describe('ALL - Custom space', () => {
// FLAKY: https://github.com/elastic/kibana/issues/168742
describe.skip('ALL - Custom space', () => {
testSpaces.forEach((testSpace) => {
describe(`[${testSpace.name}]`, { tags: testSpace.tags }, () => {
let packName: string;
Expand Down

0 comments on commit c1098b5

Please sign in to comment.