Skip to content

Commit

Permalink
skip flaky suite (#196766)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 28, 2024
1 parent e3aa369 commit 7821dd7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default ({ getService }: FtrProviderContext) => {
const logger = getService('log');
const retry = getService('retry');

describe('Custom threshold rule', function () {
// FLAKY: https://github.com/elastic/kibana/issues/196766
describe.skip('Custom threshold rule', function () {
this.tags('includeFirefox');

const observability = getService('observability');
Expand Down

0 comments on commit 7821dd7

Please sign in to comment.