skip flaky suite (#94043)

This commit is contained in:
Tiago Costa 2021-06-12 16:08:21 +01:00
parent 344b6310d7
commit 012bb4490b
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -150,7 +150,8 @@ describe('tag cloud tests', () => {
});
[5, 100, 200, 300, 500].forEach((timeout) => {
describe(`should only send single renderComplete event at the very end, using ${timeout}ms timeout`, () => {
// FLAKY: https://github.com/elastic/kibana/issues/94043
describe.skip(`should only send single renderComplete event at the very end, using ${timeout}ms timeout`, () => {
beforeEach(async () => {
//TagCloud takes at least 600ms to complete (due to d3 animation)
//renderComplete should only notify at the last one