Skip to content

Commit

Permalink
Disabled bubble test (#11630)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-stasiak-polidea authored Nov 10, 2020
1 parent 966a826 commit 4d41cf9
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 4d41cf9

Please sign in to comment.