Skip to content

Commit

Permalink
Disabled bubble test (apache#11630)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-stasiak-polidea authored and auxten committed Nov 20, 2020
1 parent ce9b4de commit bfc5f2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('Visualization > Bubble', () => {
// Number of circles are pretty unstable when there are a lot of circles
// Since main functionality is already covered in fitler test below,
// skip this test untill we find a solution.
it('should work', () => {
it.skip('should work', () => {
cy.visitChartByParams(JSON.stringify(BUBBLE_FORM_DATA)).then(() => {
cy.wait('@getJson').then(xhr => {
let expectedBubblesNumber = 0;
Expand Down

0 comments on commit bfc5f2a

Please sign in to comment.