mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#109943)
This commit is contained in:
parent
76e65967fc
commit
bed54a9d45
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ describe('Transform: useIndexData()', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('Transform: <DataGrid /> with useIndexData()', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/109943
|
||||
describe.skip('Transform: <DataGrid /> with useIndexData()', () => {
|
||||
test('Minimal initialization, no cross cluster search warning.', async () => {
|
||||
// Arrange
|
||||
const indexPattern = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue