mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#189822)
This commit is contained in:
parent
0eccba5d95
commit
66396cf87c
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ import { BehaviorSubject, skip } from 'rxjs';
|
|||
import { childrenUnsavedChanges$, DEBOUNCE_TIME } from './children_unsaved_changes';
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/189823
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/189822
|
||||
describe.skip('childrenUnsavedChanges$', () => {
|
||||
const child1Api = {
|
||||
unsavedChanges: new BehaviorSubject<object | undefined>(undefined),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue