Skip to content

Commit 77f1c59

Browse files
committed
drop @noci on funnel & waterfall select tests
1 parent c64fe84 commit 77f1c59

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/jasmine/tests/select_test.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,7 +2208,7 @@ describe('Test select box and lasso per trace:', function() {
22082208
.then(done);
22092209
}, LONG_TIMEOUT_INTERVAL);
22102210

2211-
it('@noCI should work for waterfall traces', function(done) {
2211+
it('@flaky should work for waterfall traces', function(done) {
22122212
var assertPoints = makeAssertPoints(['curveNumber', 'x', 'y']);
22132213
var assertSelectedPoints = makeAssertSelectedPoints();
22142214
var assertRanges = makeAssertRanges();
@@ -2233,8 +2233,8 @@ describe('Test select box and lasso per trace:', function() {
22332233
0: [5, 6, 7, 8]
22342234
});
22352235
assertLassoPoints([
2236-
[289.8550724637681, 57.97101449275362, 289.8550724637681, 521.7391304347826, 405.7971014492753],
2237-
['Net revenue', 'Personnel expenses', 'Operating profit', 'Personnel expenses', 'Material expenses']
2236+
[288.8086, 57.7617, 288.8086, 519.8555, 404.3321],
2237+
[4.33870, 6.7580, 9.1774, 6.75806, 5.54838]
22382238
]);
22392239
},
22402240
null, LASSOEVENTS, 'waterfall lasso'
@@ -2255,8 +2255,8 @@ describe('Test select box and lasso per trace:', function() {
22552255
0: [5, 6]
22562256
});
22572257
assertRanges([
2258-
[173.91304347826087, 289.8550724637681],
2259-
['Net revenue', 'Personnel expenses']
2258+
[173.28519, 288.8086],
2259+
[4.3387, 6.7580]
22602260
]);
22612261
},
22622262
null, BOXEVENTS, 'waterfall select'
@@ -2266,7 +2266,7 @@ describe('Test select box and lasso per trace:', function() {
22662266
.then(done);
22672267
});
22682268

2269-
it('@noCI should work for funnel traces', function(done) {
2269+
it('@flaky should work for funnel traces', function(done) {
22702270
var assertPoints = makeAssertPoints(['curveNumber', 'x', 'y']);
22712271
var assertSelectedPoints = makeAssertSelectedPoints();
22722272
var assertRanges = makeAssertRanges();
@@ -2291,8 +2291,8 @@ describe('Test select box and lasso per trace:', function() {
22912291
1: [1, 2]
22922292
});
22932293
assertLassoPoints([
2294-
[-154.56790123456787, -1700.2469, -154.5679, 1391.1111, 618.2716],
2295-
['Pull requests', 'Author: etpinard', 'Label: bug', 'Author: etpinard', 'Author: etpinard']
2294+
[-161.6974, -1701.6728, -161.6974, 1378.2779, 608.2902],
2295+
[1.1129, 1.9193, 2.7258, 1.9193, 1.5161]
22962296
]);
22972297
},
22982298
null, LASSOEVENTS, 'funnel lasso'
@@ -2315,8 +2315,8 @@ describe('Test select box and lasso per trace:', function() {
23152315
1: [1, 2]
23162316
});
23172317
assertRanges([
2318-
[-927.4074, 618.2716],
2319-
['Pull requests', 'Label: bug']
2318+
[-931.6851, 608.2902],
2319+
[1.1129, 2.7258]
23202320
]);
23212321
},
23222322
null, BOXEVENTS, 'funnel select'

0 commit comments

Comments
 (0)