Skip to content

Commit

Permalink
skip failing test suite (#192997, #190270)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 11, 2024
1 parent 24f523b commit e10b330
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ import { createAppMockRenderer } from '../../common/mock';

import { SyncAlertsSwitch } from './sync_alerts_switch';

describe('SyncAlertsSwitch', () => {
// Failing: See https://github.com/elastic/kibana/issues/192997
// Failing: See https://github.com/elastic/kibana/issues/190270
describe.skip('SyncAlertsSwitch', () => {
let appMockRender: AppMockRenderer;

beforeEach(() => {
Expand Down

0 comments on commit e10b330

Please sign in to comment.