Skip to content

Commit 6fe2d79

Browse files
committed
I give up... @noci my new tests
1 parent fff668a commit 6fe2d79

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
@@ -1060,7 +1060,7 @@ describe('@gl parcoords basic use', function() {
10601060
});
10611061
});
10621062

1063-
describe('@gl parcoords constraint interactions', function() {
1063+
describe('@gl @noCI parcoords constraint interactions', function() {
10641064
var gd, initialDashArray0, initialDashArray1;
10651065

10661066
function initialFigure() {
@@ -1144,7 +1144,7 @@ describe('@gl parcoords constraint interactions', function() {
11441144
expect(dashArray.split(',').length).toBe(segmentCount, dashArray);
11451145
}
11461146

1147-
it('@flaky snaps ordinal constraints', function(done) {
1147+
it('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)