Skip to content

Commit fff668a

Browse files
committed
@flaky on ordinal constraint snap test
1 parent 57085e1 commit fff668a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/parcoords_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ describe('@gl parcoords constraint interactions', function() {
11441144
expect(dashArray.split(',').length).toBe(segmentCount, dashArray);
11451145
}
11461146

1147-
it('snaps ordinal constraints', function(done) {
1147+
it('@flaky snaps ordinal constraints', function(done) {
11481148
// first: drag almost to 2 but not quite - constraint will snap back to [2.75, 4]
11491149
mostOfDrag(105, 165, 105, 190);
11501150
var newDashArray = getDashArray(0);

0 commit comments

Comments
 (0)