mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#150777)
This commit is contained in:
parent
1ab34e1967
commit
e7551de974
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ const createMockStorage = () => ({
|
|||
clear: jest.fn(),
|
||||
});
|
||||
|
||||
describe('Transform: <DefinePivotForm />', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/150777
|
||||
describe.skip('Transform: <DefinePivotForm />', () => {
|
||||
test('Minimal initialization', async () => {
|
||||
// Arrange
|
||||
const mlSharedImports = await getMlSharedImports();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue