mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#128836)
This commit is contained in:
parent
411103aaae
commit
01c0739ae0
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ describe('A11y Indices tab', () => {
|
|||
await expectToBeAccessible(component);
|
||||
});
|
||||
|
||||
describe('index details flyout', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/128836
|
||||
describe.skip('index details flyout', () => {
|
||||
beforeEach(async () => {
|
||||
httpRequestsMockHelpers.setLoadIndicesResponse([
|
||||
createNonDataStreamIndex('non-data-stream-test-index'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue