skip flaky suite (#194704)

This commit is contained in:
Tiago Costa 2024-10-17 02:08:01 +01:00
parent a375de238c
commit f3d529e3de
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -33,7 +33,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await esDeleteAllIndices(indexName);
});
describe('index details page overview', () => {
// FLAKY: https://github.com/elastic/kibana/issues/194704
describe.skip('index details page overview', () => {
before(async () => {
await es.indices.create({ index: indexName });
await svlSearchNavigation.navigateToIndexDetailPage(indexName);