Skip to content

Commit

Permalink
skip flaky suite (#176066)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 1, 2024
1 parent af9951f commit 2e161d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/aiops/log_rate_analysis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
}

describe('log rate analysis', async function () {
// FLAKY: https://github.com/elastic/kibana/issues/176066
describe.skip('log rate analysis', async function () {
for (const testData of logRateAnalysisTestData) {
describe(`with '${testData.sourceIndexOrSavedSearch}'`, function () {
before(async () => {
Expand Down

0 comments on commit 2e161d6

Please sign in to comment.