Skip to content

Commit

Permalink
Disabled bubble test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Stasiak committed Nov 9, 2020
1 parent 5be1dbe commit 2e370b8
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 2e370b8

Please sign in to comment.