Skip to content

Commit ce51c69

Browse files
committed
drop noCI flags from parcoords tests
1 parent 646cb2c commit ce51c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/parcoords_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ describe('parcoords edge cases', function() {
525525
.then(done);
526526
});
527527

528-
it('@noCI @gl Works with 60 dimensions', function(done) {
528+
it('@gl Works with 60 dimensions', function(done) {
529529
var mockCopy = Lib.extendDeep({}, mock1);
530530
var newDimension, i, j;
531531

@@ -555,7 +555,7 @@ describe('parcoords edge cases', function() {
555555
.then(done);
556556
});
557557

558-
it('@noCI @gl Truncates 60+ dimensions to 60', function(done) {
558+
it('@gl Truncates 60+ dimensions to 60', function(done) {
559559
var mockCopy = Lib.extendDeep({}, mock1);
560560
var newDimension, i, j;
561561

0 commit comments

Comments
 (0)