skip failing test suite (#176387)

This commit is contained in:
Kibana Machine 2024-08-06 03:21:40 +10:00
parent f18224c686
commit 50864d2282

View file

@ -315,7 +315,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
}
describe('log rate analysis', async function () {
// Failing: See https://github.com/elastic/kibana/issues/176387
describe.skip('log rate analysis', async function () {
for (const testData of logRateAnalysisTestData) {
describe(`with '${testData.sourceIndexOrSavedSearch}'`, function () {
before(async () => {