We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646cb2c commit ce51c69Copy full SHA for ce51c69
test/jasmine/tests/parcoords_test.js
@@ -525,7 +525,7 @@ describe('parcoords edge cases', function() {
525
.then(done);
526
});
527
528
- it('@noCI @gl Works with 60 dimensions', function(done) {
+ it('@gl Works with 60 dimensions', function(done) {
529
var mockCopy = Lib.extendDeep({}, mock1);
530
var newDimension, i, j;
531
@@ -555,7 +555,7 @@ describe('parcoords edge cases', function() {
555
556
557
558
- it('@noCI @gl Truncates 60+ dimensions to 60', function(done) {
+ it('@gl Truncates 60+ dimensions to 60', function(done) {
559
560
561
0 commit comments