mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#194704)
This commit is contained in:
parent
a375de238c
commit
f3d529e3de
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue