skip flaky suite (#128836)

This commit is contained in:
Tiago Costa 2023-02-01 02:31:49 +00:00
parent 411103aaae
commit 01c0739ae0
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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'),