Skip to content

Commit

Permalink
skip flaky suite (#161477)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 2, 2024
1 parent a7df4b0 commit a3bc73d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export default function createAlertsAsDataFlappingTest({ getService }: FtrProvid

const alertsAsDataIndex = '.alerts-test.patternfiring.alerts-default';

describe('alerts as data flapping', () => {
// FLAKY: https://github.com/elastic/kibana/issues/161477
describe.skip('alerts as data flapping', () => {
beforeEach(async () => {
await es.deleteByQuery({
index: alertsAsDataIndex,
Expand Down

0 comments on commit a3bc73d

Please sign in to comment.