Skip to content

Commit

Permalink
skip failing test suite (#174300)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jan 5, 2024
1 parent 963af9f commit 2759182
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import { CasesMetrics } from './cases_metrics';

jest.mock('../../api');

describe('Cases metrics', () => {
// Failing: See https://github.com/elastic/kibana/issues/174300
describe.skip('Cases metrics', () => {
let appMockRenderer: AppMockRenderer;

beforeEach(() => {
Expand Down

0 comments on commit 2759182

Please sign in to comment.