@@ -242,7 +242,7 @@ describe('parcoords initialization tests', function() {
242242 } ) ;
243243} ) ;
244244
245- describe ( '@noCI parcoords' , function ( ) {
245+ describe ( '@gl parcoords' , function ( ) {
246246
247247 beforeAll ( function ( ) {
248248 mock . data [ 0 ] . dimensions . forEach ( function ( d ) {
@@ -404,7 +404,7 @@ describe('@noCI parcoords', function() {
404404 } ) ;
405405 } ) ;
406406
407- it ( 'Works with 60 dimensions' , function ( done ) {
407+ it ( '@noCI Works with 60 dimensions' , function ( done ) {
408408
409409 var mockCopy = Lib . extendDeep ( { } , mock1 ) ;
410410 var newDimension , i , j ;
@@ -434,7 +434,7 @@ describe('@noCI parcoords', function() {
434434 } ) ;
435435 } ) ;
436436
437- it ( 'Truncates 60+ dimensions to 60' , function ( done ) {
437+ it ( '@noCI Truncates 60+ dimensions to 60' , function ( done ) {
438438
439439 var mockCopy = Lib . extendDeep ( { } , mock1 ) ;
440440 var newDimension , i , j ;
@@ -462,7 +462,7 @@ describe('@noCI parcoords', function() {
462462 } ) ;
463463 } ) ;
464464
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 ) {
466466
467467 var mockCopy = Lib . extendDeep ( { } , mock1 ) ;
468468 var newDimension , i , j ;
0 commit comments