Skip to content

Commit

Permalink
skip polar drag test on CI (for now)
Browse files Browse the repository at this point in the history
- now part of the open items (unfortunately) in:
  #2255
  • Loading branch information
etpinard committed Jan 18, 2018
1 parent 40f60de commit 8bebc2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/jasmine/tests/polar_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ describe('Test polar interactions:', function() {
.then(done);
});

it('should response to drag interactions on plot area', function(done) {
it('@noCI should response to drag interactions on plot area', function(done) {
var fig = Lib.extendDeep({}, require('@mocks/polar_scatter.json'));

// to avoid dragging on hover labels
Expand Down Expand Up @@ -793,7 +793,7 @@ describe('Test polar interactions:', function() {
.then(done);
});

it('should response to drag interactions on radial drag area', function(done) {
it('@noCI should response to drag interactions on radial drag area', function(done) {
var fig = Lib.extendDeep({}, require('@mocks/polar_scatter.json'));

// to avoid dragging on hover labels
Expand Down Expand Up @@ -877,7 +877,7 @@ describe('Test polar interactions:', function() {
.then(done);
});

it('should response to drag interactions on angular drag area', function(done) {
it('@noCI should response to drag interactions on angular drag area', function(done) {
var fig = Lib.extendDeep({}, require('@mocks/polar_scatter.json'));

// to avoid dragging on hover labels
Expand Down

0 comments on commit 8bebc2e

Please sign in to comment.