Skip to content

Commit ac0932a

Browse files
committed
add noCI flags until we could adjust those tests
1 parent b516ddd commit ac0932a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/jasmine/tests/sankey_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ describe('sankey tests', function() {
771771
.then(done, done.fail);
772772
});
773773

774-
it('should position hover labels correctly', function(done) {
774+
it('@noCI should position hover labels correctly', function(done) {
775775
var gd = createGraphDiv();
776776
var mockCopy = Lib.extendDeep({}, mock);
777777

test/jasmine/tests/select_test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,7 +2277,7 @@ describe('Test select box and lasso per trace:', function() {
22772277
});
22782278

22792279
[false, true].forEach(function(hasCssTransform) {
2280-
it('should work for waterfall traces, hasCssTransform: ' + hasCssTransform, function(done) {
2280+
it('@noCI should work for waterfall traces, hasCssTransform: ' + hasCssTransform, function(done) {
22812281
var assertPoints = makeAssertPoints(['curveNumber', 'x', 'y']);
22822282
var assertSelectedPoints = makeAssertSelectedPoints();
22832283
var assertRanges = makeAssertRanges();
@@ -2338,7 +2338,7 @@ describe('Test select box and lasso per trace:', function() {
23382338
});
23392339

23402340
[false, true].forEach(function(hasCssTransform) {
2341-
it('should work for funnel traces, hasCssTransform: ' + hasCssTransform, function(done) {
2341+
it('@noCI should work for funnel traces, hasCssTransform: ' + hasCssTransform, function(done) {
23422342
var assertPoints = makeAssertPoints(['curveNumber', 'x', 'y']);
23432343
var assertSelectedPoints = makeAssertSelectedPoints();
23442344
var assertRanges = makeAssertRanges();
@@ -2492,7 +2492,7 @@ describe('Test select box and lasso per trace:', function() {
24922492
});
24932493

24942494
[false, true].forEach(function(hasCssTransform) {
2495-
it('should work for date/category traces, hasCssTransform: ' + hasCssTransform, function(done) {
2495+
it('@noCI should work for date/category traces, hasCssTransform: ' + hasCssTransform, function(done) {
24962496
var assertPoints = makeAssertPoints(['curveNumber', 'x', 'y']);
24972497
var assertSelectedPoints = makeAssertSelectedPoints();
24982498

0 commit comments

Comments
 (0)