mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#172606)
This commit is contained in:
parent
6349d1c513
commit
005aad5580
1 changed files with 2 additions and 1 deletions
|
@ -268,7 +268,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
});
|
||||
}
|
||||
|
||||
describe('log rate analysis', async function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/172606
|
||||
describe.skip('log rate analysis', async function () {
|
||||
for (const testData of logRateAnalysisTestData) {
|
||||
describe(`with '${testData.sourceIndexOrSavedSearch}'`, function () {
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue