Skip to content

Commit

Permalink
skip flaky suite (elastic#163263)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and fkanout committed Mar 4, 2024
1 parent 1b989e2 commit 48d1094
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/cases/public/components/app/routes.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ describe('Cases routes', () => {
});
});

describe('Case view', () => {
// FLAKY: https://github.com/elastic/kibana/issues/163263
describe.skip('Case view', () => {
it.each(getCaseViewPaths())(
'navigates to the cases view page for path: %s',
async (path: string) => {
Expand Down

0 comments on commit 48d1094

Please sign in to comment.