@@ -242,7 +242,7 @@ describe('parcoords initialization tests', function() {
242
242
} ) ;
243
243
} ) ;
244
244
245
- describe ( '@noCI parcoords' , function ( ) {
245
+ describe ( '@gl parcoords' , function ( ) {
246
246
247
247
beforeAll ( function ( ) {
248
248
mock . data [ 0 ] . dimensions . forEach ( function ( d ) {
@@ -404,7 +404,7 @@ describe('@noCI parcoords', function() {
404
404
} ) ;
405
405
} ) ;
406
406
407
- it ( 'Works with 60 dimensions' , function ( done ) {
407
+ it ( '@noCI Works with 60 dimensions' , function ( done ) {
408
408
409
409
var mockCopy = Lib . extendDeep ( { } , mock1 ) ;
410
410
var newDimension , i , j ;
@@ -434,7 +434,7 @@ describe('@noCI parcoords', function() {
434
434
} ) ;
435
435
} ) ;
436
436
437
- it ( 'Truncates 60+ dimensions to 60' , function ( done ) {
437
+ it ( '@noCI Truncates 60+ dimensions to 60' , function ( done ) {
438
438
439
439
var mockCopy = Lib . extendDeep ( { } , mock1 ) ;
440
440
var newDimension , i , j ;
@@ -462,7 +462,7 @@ describe('@noCI parcoords', function() {
462
462
} ) ;
463
463
} ) ;
464
464
465
- it ( 'Truncates dimension values to the shortest array, retaining only 3 lines' , function ( done ) {
465
+ it ( '@noCI Truncates dimension values to the shortest array, retaining only 3 lines' , function ( done ) {
466
466
467
467
var mockCopy = Lib . extendDeep ( { } , mock1 ) ;
468
468
var newDimension , i , j ;
0 commit comments