mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#176387)
This commit is contained in:
parent
0ca5593b41
commit
9f237a134e
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
await ml.jobSourceSelection.selectSourceForLogRateAnalysis(testData.sourceIndexOrSavedSearch);
|
||||
});
|
||||
|
||||
it(`${testData.suiteTitle} displays index details`, async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/176387
|
||||
it.skip(`${testData.suiteTitle} displays index details`, async () => {
|
||||
await ml.testExecution.logTestStep(`${testData.suiteTitle} displays the time range step`);
|
||||
await aiops.logRateAnalysisPage.assertTimeRangeSelectorSectionExists();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue