skip flaky suite (#124681)

This commit is contained in:
Tiago Costa 2022-02-23 12:41:38 +00:00
parent b7db60a250
commit eb9d8798c2
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -45,7 +45,8 @@ export default ({ getService }: FtrProviderContext) => {
});
});
describe('Stat counters', () => {
// FLAKY: https://github.com/elastic/kibana/issues/124681
describe.skip('Stat counters', () => {
beforeEach(async () => {
const uniqueKey = generateUniqueKey();