Skip to content

Commit

Permalink
skip flaky suite (#155222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 24, 2023
1 parent a03d20b commit 2c14b58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/aiops/explain_log_rate_spikes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
});
}

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

0 comments on commit 2c14b58

Please sign in to comment.