Skip to content

Commit

Permalink
skip flaky suite (#94043)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 12, 2021
1 parent 344b631 commit 012bb44
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 012bb44

Please sign in to comment.