mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#178274)
This commit is contained in:
parent
20935a5aa3
commit
0d033576e4
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ import { SyncAlertsToggle } from './sync_alerts_toggle';
|
|||
import type { FormProps } from './schema';
|
||||
import { schema } from './schema';
|
||||
|
||||
describe('SyncAlertsToggle', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/178274
|
||||
describe.skip('SyncAlertsToggle', () => {
|
||||
let globalForm: FormHook;
|
||||
|
||||
const MockHookWrapperComponent: React.FC = ({ children }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue